X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=69ab70119434d9b6d1c65aab38eb584cc5eb8df0;hb=0d056e5ede136cd0111dc3f9f41ef7b36a938027;hp=f26d79436a5c685117d58b0b357225135546bf06;hpb=2297af016d4c1ecdd0c695dc736e8f5a988e89bd;p=vpp.git diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index f26d79436a5..69ab7011943 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -19,6 +19,8 @@ called through a shared memory interface. */ +vl_api_version 1.0.0 + /** \brief Add / del table request A table can be added multiple times, but need be deleted only once. @param client_index - opaque cookie to identify the sender @@ -397,6 +399,7 @@ autoreply define ip_add_del_route u8 is_multipath; u8 is_resolve_host; u8 is_resolve_attached; + u8 is_l2_bridged; /* Is last/not-last message in group of multiple add/del messages. */ u8 not_last; u8 next_hop_weight;