X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Finterface.hpp;h=0099bde42ba6a335bd3061b0bc4061e8e86ddf94;hb=ed76ee24dfe76fb9400470a4efb3871acd37cad9;hp=b0aeb739fdb5c74f48b9ddb9d5d5f7850ca39f6d;hpb=de91006803f823a149b04738dd2bbfe18bfe9791;p=vpp.git diff --git a/src/vpp-api/vom/interface.hpp b/src/vpp-api/vom/interface.hpp index b0aeb739fdb..0099bde42ba 100644 --- a/src/vpp-api/vom/interface.hpp +++ b/src/vpp-api/vom/interface.hpp @@ -95,6 +95,11 @@ public: */ const static type_t VHOST; + /** + * bond interface type + */ + const static type_t BOND; + /** * Convert VPP's name of the interface to a type */