X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.api;h=7a3743dda6c53c369eca5af0b22aef4badb000e9;hb=d292ab1e0f600c20d380a93180cccb6226c220e3;hp=a18907065a534dd56741645a6c031a90aca426bb;hpb=0e9c33bb5fef22be4db350a33bef1f7534123b04;p=vpp.git diff --git a/src/vnet/interface.api b/src/vnet/interface.api index a18907065a5..7a3743dda6c 100644 --- a/src/vnet/interface.api +++ b/src/vnet/interface.api @@ -29,7 +29,8 @@ autoreply define sw_interface_set_mtu }; /** \brief Interface Event generated by want_interface_events - @param context - sender context, to match reply w/ request + @param client_index - opaque cookie to identify the sender + @param pid - client pid registered to receive notification @param sw_if_index - index of the interface of the event @param admin_up_down - The administrative state; 1 = up, 0 = down @param link_up_down - The operational state; 1 = up, 0 = down @@ -37,7 +38,8 @@ autoreply define sw_interface_set_mtu */ define sw_interface_event { - u32 context; + u32 client_index; + u32 pid; u32 sw_if_index; u8 admin_up_down; u8 link_up_down;