xref: /titanic_50/usr/src/lib/libvrrpadm/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
11cb875aeSCathy Zhou#
21cb875aeSCathy Zhou# CDDL HEADER START
31cb875aeSCathy Zhou#
41cb875aeSCathy Zhou# The contents of this file are subject to the terms of the
51cb875aeSCathy Zhou# Common Development and Distribution License (the "License").
61cb875aeSCathy Zhou# You may not use this file except in compliance with the License.
71cb875aeSCathy Zhou#
81cb875aeSCathy Zhou# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91cb875aeSCathy Zhou# or http://www.opensolaris.org/os/licensing.
101cb875aeSCathy Zhou# See the License for the specific language governing permissions
111cb875aeSCathy Zhou# and limitations under the License.
121cb875aeSCathy Zhou#
131cb875aeSCathy Zhou# When distributing Covered Code, include this CDDL HEADER in each
141cb875aeSCathy Zhou# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151cb875aeSCathy Zhou# If applicable, add the following below this CDDL HEADER, with the
161cb875aeSCathy Zhou# fields enclosed by brackets "[]" replaced with your own identifying
171cb875aeSCathy Zhou# information: Portions Copyright [yyyy] [name of copyright owner]
181cb875aeSCathy Zhou#
191cb875aeSCathy Zhou# CDDL HEADER END
201cb875aeSCathy Zhou#
211cb875aeSCathy Zhou#
22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
231cb875aeSCathy Zhou#
241cb875aeSCathy Zhou#
251cb875aeSCathy Zhou# MAPFILE HEADER START
261cb875aeSCathy Zhou#
271cb875aeSCathy Zhou# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
281cb875aeSCathy Zhou# Object versioning must comply with the rules detailed in
291cb875aeSCathy Zhou#
301cb875aeSCathy Zhou#	usr/src/lib/README.mapfiles
311cb875aeSCathy Zhou#
321cb875aeSCathy Zhou# You should not be making modifications here until you've read the most current
331cb875aeSCathy Zhou# copy of that file. If you need help, contact a gatekeeper for guidance.
341cb875aeSCathy Zhou#
351cb875aeSCathy Zhou# MAPFILE HEADER END
361cb875aeSCathy Zhou#
371cb875aeSCathy Zhou
38*cd3e9333SAli Bahrami$mapfile_version 2
39*cd3e9333SAli Bahrami
40*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
411cb875aeSCathy Zhou    global:
421cb875aeSCathy Zhou	vrrp_close;
431cb875aeSCathy Zhou	vrrp_create;
441cb875aeSCathy Zhou	vrrp_delete;
451cb875aeSCathy Zhou	vrrp_disable;
461cb875aeSCathy Zhou	vrrp_enable;
471cb875aeSCathy Zhou	vrrp_err2str;
481cb875aeSCathy Zhou	vrrp_get_vnicname;
491cb875aeSCathy Zhou	vrrp_is_vrrp_vnic;
501cb875aeSCathy Zhou	vrrp_list;
511cb875aeSCathy Zhou	vrrp_modify;
521cb875aeSCathy Zhou	vrrp_open;
531cb875aeSCathy Zhou	vrrp_query;
541cb875aeSCathy Zhou	vrrp_state2str;
551cb875aeSCathy Zhou	vrrp_valid_name;
561cb875aeSCathy Zhou
571cb875aeSCathy Zhou    local:
581cb875aeSCathy Zhou	*;
591cb875aeSCathy Zhou};
60