X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fdhcp_client_cmds.hpp;h=10d4026f4f380a8d92beecbfc388bffa6428c513;hp=89fe7eefa73adc0ac6c31caa4680258fc033c98a;hb=038e1dfbd;hpb=08ac303e43492c8b25911340fb62811289dd3935 diff --git a/extras/vom/vom/dhcp_client_cmds.hpp b/extras/vom/vom/dhcp_client_cmds.hpp index 89fe7eefa73..10d4026f4f3 100644 --- a/extras/vom/vom/dhcp_client_cmds.hpp +++ b/extras/vom/vom/dhcp_client_cmds.hpp @@ -39,7 +39,8 @@ public: const handle_t& itf, const std::string& hostname, const l2_address_t& client_id, - bool set_braodcast_flag = false); + bool set_braodcast_flag, + const ip_dscp_t& dscp); /** * Issue the command to VPP/HW @@ -75,6 +76,11 @@ private: * Flag to control the setting the of DHCP discover's broadcast flag */ const bool m_set_broadcast_flag; + + /** + * DSCP bits + */ + const ip_dscp_t& m_dscp; }; /**