VPP-1083 "ip punt redirect add" crashed if not mentioned any other parameter
[vpp.git] / src / vnet / ip / ip6_neighbor.h
index ef1e84c..ed80381 100644 (file)
@@ -87,6 +87,17 @@ extern int vnet_unset_ip6_ethernet_neighbor (vlib_main_t * vm,
 extern int ip6_neighbor_proxy_add_del (u32 sw_if_index,
                                       ip6_address_t * addr, u8 is_add);
 
+u32 ip6_neighbor_sw_interface_add_del (vnet_main_t * vnm, u32 sw_if_index,
+                                      u32 is_add);
+typedef struct
+{
+  u32 sw_if_index;
+  ip6_address_t ip6;
+  u8 mac[6];
+} wc_nd_report_t;
+
+void wc_nd_set_publisher_node (uword node_index, uword event_type);
+
 #endif /* included_ip6_neighbor_h */
 
 /*