X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fvpe.api;h=ec5ffbe96711828a05afc8213533ad01a723fd37;hb=75e2f2ac39871554c05a9a240ac26a6028ee3e99;hp=2a763d19808bc90654bd29ae8e5b1270adfd85ea;hpb=04a7f05e91e919f51eaecaee476435484076655b;p=vpp.git diff --git a/src/vpp/api/vpe.api b/src/vpp/api/vpe.api index 2a763d19808..ec5ffbe9671 100644 --- a/src/vpp/api/vpe.api +++ b/src/vpp/api/vpe.api @@ -710,7 +710,6 @@ autoreply define want_ip4_arp_events /** \brief Tell client about an ip4 arp resolution event @param client_index - opaque cookie to identify the sender - @param context - sender context, to match reply w/ request @param address - the exact ip4 address of interest @param pid - client pid registered to receive notification @param sw_if_index - interface which received ARP packet @@ -720,7 +719,6 @@ autoreply define want_ip4_arp_events define ip4_arp_event { u32 client_index; - u32 context; u32 address; u32 pid; u32 sw_if_index; @@ -746,7 +744,6 @@ autoreply define want_ip6_nd_events /** \brief Tell client about an ip6 nd resolution or mac/ip event @param client_index - opaque cookie to identify the sender - @param context - sender context, to match reply w/ request @param pid - client pid registered to receive notification @param sw_if_index - interface which received ARP packet @param address - the exact ip6 address of interest @@ -756,7 +753,6 @@ autoreply define want_ip6_nd_events define ip6_nd_event { u32 client_index; - u32 context; u32 pid; u32 sw_if_index; u8 address[16];