VPP-363: add ability to change mac address of the interface
[vpp.git] / vnet / vnet / ethernet / ethernet.h
index 3b2ef87..1855b91 100644 (file)
@@ -536,6 +536,8 @@ int vnet_add_del_ip4_arp_change_event (vnet_main_t * vnm,
                                       uword type_opaque,
                                       uword data, int is_add);
 
+void ethernet_arp_change_mac (vnet_main_t * vnm, u32 sw_if_index);
+
 extern vlib_node_registration_t ethernet_input_node;
 
 #endif /* included_ethernet_h */