xref: /onnv-gate/usr/src/lib/libvrrpadm/common/mapfile-vers (revision 12692:4341b447c069)
111076SCathy.Zhou@Sun.COM#
211076SCathy.Zhou@Sun.COM# CDDL HEADER START
311076SCathy.Zhou@Sun.COM#
411076SCathy.Zhou@Sun.COM# The contents of this file are subject to the terms of the
511076SCathy.Zhou@Sun.COM# Common Development and Distribution License (the "License").
611076SCathy.Zhou@Sun.COM# You may not use this file except in compliance with the License.
711076SCathy.Zhou@Sun.COM#
811076SCathy.Zhou@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
911076SCathy.Zhou@Sun.COM# or http://www.opensolaris.org/os/licensing.
1011076SCathy.Zhou@Sun.COM# See the License for the specific language governing permissions
1111076SCathy.Zhou@Sun.COM# and limitations under the License.
1211076SCathy.Zhou@Sun.COM#
1311076SCathy.Zhou@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1411076SCathy.Zhou@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1511076SCathy.Zhou@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1611076SCathy.Zhou@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1711076SCathy.Zhou@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1811076SCathy.Zhou@Sun.COM#
1911076SCathy.Zhou@Sun.COM# CDDL HEADER END
2011076SCathy.Zhou@Sun.COM#
2111076SCathy.Zhou@Sun.COM#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2311076SCathy.Zhou@Sun.COM#
2411076SCathy.Zhou@Sun.COM#
2511076SCathy.Zhou@Sun.COM# MAPFILE HEADER START
2611076SCathy.Zhou@Sun.COM#
2711076SCathy.Zhou@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2811076SCathy.Zhou@Sun.COM# Object versioning must comply with the rules detailed in
2911076SCathy.Zhou@Sun.COM#
3011076SCathy.Zhou@Sun.COM#	usr/src/lib/README.mapfiles
3111076SCathy.Zhou@Sun.COM#
3211076SCathy.Zhou@Sun.COM# You should not be making modifications here until you've read the most current
3311076SCathy.Zhou@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
3411076SCathy.Zhou@Sun.COM#
3511076SCathy.Zhou@Sun.COM# MAPFILE HEADER END
3611076SCathy.Zhou@Sun.COM#
3711076SCathy.Zhou@Sun.COM
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
4111076SCathy.Zhou@Sun.COM    global:
4211076SCathy.Zhou@Sun.COM	vrrp_close;
4311076SCathy.Zhou@Sun.COM	vrrp_create;
4411076SCathy.Zhou@Sun.COM	vrrp_delete;
4511076SCathy.Zhou@Sun.COM	vrrp_disable;
4611076SCathy.Zhou@Sun.COM	vrrp_enable;
4711076SCathy.Zhou@Sun.COM	vrrp_err2str;
4811076SCathy.Zhou@Sun.COM	vrrp_get_vnicname;
4911076SCathy.Zhou@Sun.COM	vrrp_is_vrrp_vnic;
5011076SCathy.Zhou@Sun.COM	vrrp_list;
5111076SCathy.Zhou@Sun.COM	vrrp_modify;
5211076SCathy.Zhou@Sun.COM	vrrp_open;
5311076SCathy.Zhou@Sun.COM	vrrp_query;
5411076SCathy.Zhou@Sun.COM	vrrp_state2str;
5511076SCathy.Zhou@Sun.COM	vrrp_valid_name;
5611076SCathy.Zhou@Sun.COM
5711076SCathy.Zhou@Sun.COM    local:
5811076SCathy.Zhou@Sun.COM	*;
5911076SCathy.Zhou@Sun.COM};
60