#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2015 Joyent, Inc.
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

$mapfile_version 2

SYMBOL_VERSION SUNWprivate {
    global:
	libvarpd_c_create;
	libvarpd_c_destroy;
	libvarpd_c_instance_activate;
	libvarpd_c_instance_create;
	libvarpd_c_instance_destroy;
	libvarpd_c_prop_nprops;
	libvarpd_c_prop_handle_alloc;
	libvarpd_c_prop_handle_free;
	libvarpd_c_prop_info_fill;
	libvarpd_c_prop_info_fill_by_name;
	libvarpd_c_prop_info;
	libvarpd_c_prop_get;
	libvarpd_c_prop_set;

	libvarpd_c_instance_lookup;
	libvarpd_c_instance_target_mode;
	libvarpd_c_instance_cache_flush;
	libvarpd_c_instance_cache_delete;
	libvarpd_c_instance_cache_get;
	libvarpd_c_instance_cache_set;
	libvarpd_c_instance_cache_walk;

	libvarpd_create;
	libvarpd_destroy;

	libvarpd_door_server_create;
	libvarpd_door_server_destroy;

	libvarpd_fma_degrade;
	libvarpd_fma_restore;

	libvarpd_inject_varp;
	libvarpd_inject_arp;

	libvarpd_instance_activate;
	libvarpd_instance_create;
	libvarpd_instance_destroy;
	libvarpd_instance_lookup;
	libvarpd_instance_id;

	libvarpd_panic;

	libvarpd_persist_disable;
	libvarpd_persist_enable;
	libvarpd_persist_restore;

	libvarpd_plugin_alloc;
	libvarpd_plugin_load;
	libvarpd_plugin_free;
	libvarpd_plugin_arp_reply;
	libvarpd_plugin_dhcp_reply;
	libvarpd_plugin_query_reply;
	libvarpd_plugin_proxy_arp;
	libvarpd_plugin_proxy_dhcp;
	libvarpd_plugin_proxy_ndp;
	libvarpd_plugin_register;
	libvarpd_plugin_walk;
	libvarpd_plugin_vnetid;

	libvarpd_prop_set_default;
	libvarpd_prop_set_nodefault;
	libvarpd_prop_set_name;
	libvarpd_prop_set_prot;
	libvarpd_prop_set_range_uint32;
	libvarpd_prop_set_range_str;
	libvarpd_prop_set_type;

	libvarpd_prop_handle_alloc;
	libvarpd_prop_handle_free;
	libvarpd_prop_nprops;
	libvarpd_prop_info_fill;
	libvarpd_prop_info;
	libvarpd_prop_get;
	libvarpd_prop_set;

	libvarpd_overlay_lookup_quiesce;
	libvarpd_overlay_lookup_run;
    local:
	*;
};
