Print this page
Support route deletion entries in SVP_R_LOG_ACK.
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/varpd/libvarpd/common/mapfile-vers
+++ new/usr/src/lib/varpd/libvarpd/common/mapfile-vers
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2018 Joyent, Inc.
14 14 #
15 15
16 16 #
17 17 # MAPFILE HEADER START
18 18 #
19 19 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
20 20 # Object versioning must comply with the rules detailed in
21 21 #
22 22 # usr/src/lib/README.mapfiles
23 23 #
24 24 # You should not be making modifications here until you've read the most current
25 25 # copy of that file. If you need help, contact a gatekeeper for guidance.
26 26 #
27 27 # MAPFILE HEADER END
28 28 #
29 29
30 30 $mapfile_version 2
31 31
32 32 SYMBOL_VERSION SUNWprivate {
33 33 global:
34 34 libvarpd_c_create;
35 35 libvarpd_c_destroy;
36 36 libvarpd_c_instance_activate;
37 37 libvarpd_c_instance_create;
38 38 libvarpd_c_instance_destroy;
39 39 libvarpd_c_prop_nprops;
40 40 libvarpd_c_prop_handle_alloc;
41 41 libvarpd_c_prop_handle_free;
42 42 libvarpd_c_prop_info_fill;
43 43 libvarpd_c_prop_info_fill_by_name;
44 44 libvarpd_c_prop_info;
45 45 libvarpd_c_prop_get;
46 46 libvarpd_c_prop_set;
47 47
48 48 libvarpd_c_instance_lookup;
49 49 libvarpd_c_instance_target_mode;
50 50 libvarpd_c_instance_cache_flush;
51 51 libvarpd_c_instance_cache_delete;
52 52 libvarpd_c_instance_cache_get;
53 53 libvarpd_c_instance_cache_set;
54 54 libvarpd_c_instance_cache_walk;
55 55
56 56 libvarpd_create;
57 57 libvarpd_destroy;
|
↓ open down ↓ |
57 lines elided |
↑ open up ↑ |
58 58
59 59 libvarpd_door_server_create;
60 60 libvarpd_door_server_destroy;
61 61
62 62 libvarpd_fma_degrade;
63 63 libvarpd_fma_restore;
64 64
65 65 libvarpd_inject_varp;
66 66 libvarpd_inject_arp;
67 67
68 + libvarpd_route_flush;
69 +
68 70 libvarpd_instance_activate;
69 71 libvarpd_instance_create;
70 72 libvarpd_instance_destroy;
71 73 libvarpd_instance_lookup;
72 74 libvarpd_instance_id;
73 75
74 76 libvarpd_panic;
75 77
76 78 libvarpd_persist_disable;
77 79 libvarpd_persist_enable;
78 80 libvarpd_persist_restore;
79 81
80 82 libvarpd_plugin_alloc;
81 83 libvarpd_plugin_load;
82 84 libvarpd_plugin_free;
83 85 libvarpd_plugin_arp_reply;
84 86 libvarpd_plugin_dhcp_reply;
85 87 libvarpd_plugin_dcid;
86 88 libvarpd_plugin_query_reply;
87 89 libvarpd_plugin_proxy_arp;
88 90 libvarpd_plugin_proxy_dhcp;
89 91 libvarpd_plugin_proxy_ndp;
90 92 libvarpd_plugin_register;
91 93 libvarpd_plugin_walk;
92 94 libvarpd_plugin_vnetid;
93 95
94 96 libvarpd_prop_set_default;
95 97 libvarpd_prop_set_nodefault;
96 98 libvarpd_prop_set_name;
97 99 libvarpd_prop_set_prot;
98 100 libvarpd_prop_set_range_uint32;
99 101 libvarpd_prop_set_range_str;
100 102 libvarpd_prop_set_type;
101 103
102 104 libvarpd_prop_handle_alloc;
103 105 libvarpd_prop_handle_free;
104 106 libvarpd_prop_nprops;
105 107 libvarpd_prop_info_fill;
106 108 libvarpd_prop_info;
107 109 libvarpd_prop_get;
108 110 libvarpd_prop_set;
109 111
110 112 libvarpd_overlay_lookup_quiesce;
111 113 libvarpd_overlay_lookup_run;
112 114 local:
113 115 *;
114 116 };
|
↓ open down ↓ |
37 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX