ipsec: fix protect update log if nexthop is NULL
[vpp.git] / src / vnet / ip-neighbor / ip_neighbor_watch.h
index 91d9f6f..3ab3032 100644 (file)
 
 #include <vnet/ip-neighbor/ip_neighbor_types.h>
 
-extern void ip_neighbor_watch (const ip46_address_t * ip,
-                              ip46_type_t type,
+extern void ip_neighbor_watch (const ip_address_t * ip,
                               u32 sw_if_index,
                               const ip_neighbor_watcher_t * watch);
-extern void ip_neighbor_unwatch (const ip46_address_t * ip,
-                                ip46_type_t type,
+extern void ip_neighbor_unwatch (const ip_address_t * ip,
                                 u32 sw_if_index,
                                 const ip_neighbor_watcher_t * watch);
 
-extern void ip_neighbor_publish (index_t ipni);
+extern void ip_neighbor_publish (index_t ipni,
+                                ip_neighbor_event_flags_t flags);
 
 #endif