xref: /titanic_50/usr/src/lib/libvrrpadm/common/mapfile-vers (revision 1cb875ae88fb9463b368e725c2444776595895cb)
1*1cb875aeSCathy Zhou#
2*1cb875aeSCathy Zhou# CDDL HEADER START
3*1cb875aeSCathy Zhou#
4*1cb875aeSCathy Zhou# The contents of this file are subject to the terms of the
5*1cb875aeSCathy Zhou# Common Development and Distribution License (the "License").
6*1cb875aeSCathy Zhou# You may not use this file except in compliance with the License.
7*1cb875aeSCathy Zhou#
8*1cb875aeSCathy Zhou# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*1cb875aeSCathy Zhou# or http://www.opensolaris.org/os/licensing.
10*1cb875aeSCathy Zhou# See the License for the specific language governing permissions
11*1cb875aeSCathy Zhou# and limitations under the License.
12*1cb875aeSCathy Zhou#
13*1cb875aeSCathy Zhou# When distributing Covered Code, include this CDDL HEADER in each
14*1cb875aeSCathy Zhou# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*1cb875aeSCathy Zhou# If applicable, add the following below this CDDL HEADER, with the
16*1cb875aeSCathy Zhou# fields enclosed by brackets "[]" replaced with your own identifying
17*1cb875aeSCathy Zhou# information: Portions Copyright [yyyy] [name of copyright owner]
18*1cb875aeSCathy Zhou#
19*1cb875aeSCathy Zhou# CDDL HEADER END
20*1cb875aeSCathy Zhou#
21*1cb875aeSCathy Zhou#
22*1cb875aeSCathy Zhou# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*1cb875aeSCathy Zhou# Use is subject to license terms.
24*1cb875aeSCathy Zhou#
25*1cb875aeSCathy Zhou#
26*1cb875aeSCathy Zhou# MAPFILE HEADER START
27*1cb875aeSCathy Zhou#
28*1cb875aeSCathy Zhou# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*1cb875aeSCathy Zhou# Object versioning must comply with the rules detailed in
30*1cb875aeSCathy Zhou#
31*1cb875aeSCathy Zhou#	usr/src/lib/README.mapfiles
32*1cb875aeSCathy Zhou#
33*1cb875aeSCathy Zhou# You should not be making modifications here until you've read the most current
34*1cb875aeSCathy Zhou# copy of that file. If you need help, contact a gatekeeper for guidance.
35*1cb875aeSCathy Zhou#
36*1cb875aeSCathy Zhou# MAPFILE HEADER END
37*1cb875aeSCathy Zhou#
38*1cb875aeSCathy Zhou
39*1cb875aeSCathy ZhouSUNWprivate_1.1 {
40*1cb875aeSCathy Zhou    global:
41*1cb875aeSCathy Zhou	vrrp_close;
42*1cb875aeSCathy Zhou	vrrp_create;
43*1cb875aeSCathy Zhou	vrrp_delete;
44*1cb875aeSCathy Zhou	vrrp_disable;
45*1cb875aeSCathy Zhou	vrrp_enable;
46*1cb875aeSCathy Zhou	vrrp_err2str;
47*1cb875aeSCathy Zhou	vrrp_get_vnicname;
48*1cb875aeSCathy Zhou	vrrp_is_vrrp_vnic;
49*1cb875aeSCathy Zhou	vrrp_list;
50*1cb875aeSCathy Zhou	vrrp_modify;
51*1cb875aeSCathy Zhou	vrrp_open;
52*1cb875aeSCathy Zhou	vrrp_query;
53*1cb875aeSCathy Zhou	vrrp_state2str;
54*1cb875aeSCathy Zhou	vrrp_valid_name;
55*1cb875aeSCathy Zhou
56*1cb875aeSCathy Zhou    local:
57*1cb875aeSCathy Zhou	*;
58*1cb875aeSCathy Zhou};
59