X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=cf25291b9bf852557d84a491f1f20ef488120481;hb=5bb1ecae8;hp=954ec92967f9c1522645bdd8959ea5bac7115a44;hpb=75b9f45a15bfae423b114dfcaa6eb114c91527eb;p=vpp.git diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index 954ec92967f..cf25291b9bf 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -356,20 +356,6 @@ autoreply define sw_interface_ip6_enable_disable u8 enable; /* set to true if enable */ }; -/** \brief IPv6 set link local address on interface request - @param client_index - opaque cookie to identify the sender - @param context - sender context, to match reply w/ request - @param sw_if_index - interface to set link local on - @param address[] - the new link local address -*/ -autoreply define sw_interface_ip6_set_link_local_address -{ - u32 client_index; - u32 context; - u32 sw_if_index; - u8 address[16]; -}; - /** \brief Add / del route request @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request