diff options
Diffstat (limited to 'src/vpp-api/vom/sub_interface.hpp')
-rw-r--r-- | src/vpp-api/vom/sub_interface.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vpp-api/vom/sub_interface.hpp b/src/vpp-api/vom/sub_interface.hpp index 41786e42ef3..506133c900d 100644 --- a/src/vpp-api/vom/sub_interface.hpp +++ b/src/vpp-api/vom/sub_interface.hpp @@ -34,6 +34,12 @@ public: * Construct a new object matching the desried state */ sub_interface(const interface& parent, admin_state_t state, vlan_id_t vlan); + + sub_interface(const interface& parent, + admin_state_t state, + const route_domain& rd, + vlan_id_t vlan); + /** * Destructor */ |