Revert "API: Add service definitions for events and singleton messages."
[vpp.git] / src / vnet / ip / ip.api
index b94d6d7..6ed5a9d 100644 (file)
@@ -686,11 +686,6 @@ define ip4_arp_event
   u8 mac_ip;
 };
 
-service {
-  rpc want_ip4_arp_events returns want_ip4_arp_events_reply
-    events ip4_arp_event;
-};
-
 /** \brief Register for ip6 nd resolution events
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request
@@ -725,11 +720,6 @@ define ip6_nd_event
   u8 mac_ip;
 };
 
-service {
-  rpc want_ip6_nd_events returns want_ip6_nd_events_reply
-    events ip6_nd_event;
-};
-
 /** \brief Proxy ARP add / del request
     @param client_index - opaque cookie to identify the sender
     @param context - sender context, to match reply w/ request