X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2.api;h=e9a1f36187df9d05311e69f9c14a0088b2579483;hb=7537e717d1ca6de0e33478bc50b9f7125f04c808;hp=db42d6351749e17e4b900648d131a7302e97a63c;hpb=57d7dbc8bf8a49ee2421fe97bd3ed7099d2384bf;p=vpp.git diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api index db42d635174..e9a1f36187d 100644 --- a/src/vnet/l2/l2.api +++ b/src/vnet/l2/l2.api @@ -76,6 +76,16 @@ autoreply define l2_fib_clear_table u32 context; }; +/** \brief L2 FIB flush all entries + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request +*/ +autoreply define l2fib_flush_all +{ + u32 client_index; + u32 context; +}; + /** \brief L2 FIB flush bridge domain entries @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request