X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fdhcp_config_cmds.hpp;h=726ff992577fd120f97f9aeeb3979fc7e6ffeddd;hb=54c6dc450031443663d40b836a8b0bffdcc2bdea;hp=863cf599b7484f5168c174055ba6e4576f643210;hpb=9ef1c0adbf9399c55deeede3cf629dd4e8c20304;p=vpp.git diff --git a/src/vpp-api/vom/dhcp_config_cmds.hpp b/src/vpp-api/vom/dhcp_config_cmds.hpp index 863cf599b74..726ff992577 100644 --- a/src/vpp-api/vom/dhcp_config_cmds.hpp +++ b/src/vpp-api/vom/dhcp_config_cmds.hpp @@ -37,7 +37,8 @@ public: bind_cmd(HW::item& item, const handle_t& itf, const std::string& hostname, - const l2_address_t& client_id); + const l2_address_t& client_id, + bool set_braodcast_flag = false); /** * Issue the command to VPP/HW @@ -68,6 +69,11 @@ private: * The DHCP client's ID */ const l2_address_t m_client_id; + + /** + * Flag to control the setting the of DHCP discover's broadcast flag + */ + const bool m_set_broadcast_flag; }; /**