diff options
author | Francis Dupont <fdupont@isc.org> | 2017-09-22 14:15:01 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-09-22 14:15:01 +0200 |
commit | d85d342805981b404751e23c7b36ab67fbe5e21b (patch) | |
tree | 0e5a82d808774465c6d56196710386c4163d2c52 /src/lib/dhcp/option_definition.h | |
parent | [master] Fixed doxygen (diff) | |
parent | [5227] Addressed review comments (diff) | |
download | kea-d85d342805981b404751e23c7b36ab67fbe5e21b.tar.xz kea-d85d342805981b404751e23c7b36ab67fbe5e21b.zip |
[master] Finished merge of trac5227 (adding easy missing option defs)
Diffstat (limited to 'src/lib/dhcp/option_definition.h')
-rw-r--r-- | src/lib/dhcp/option_definition.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/dhcp/option_definition.h b/src/lib/dhcp/option_definition.h index e1e89060b2..affe5397d4 100644 --- a/src/lib/dhcp/option_definition.h +++ b/src/lib/dhcp/option_definition.h @@ -364,6 +364,15 @@ public: /// @return true if option has the format of DHCPv6 Vendor Class option. bool haveVendorClass6Format() const; + /// @brief Check if option has format of the SLP Service Scope + /// %Option. + /// + /// The scope list in the SLP Service Scope option is optional + /// (i.e., as the error message in the DHCPv6 Status code option). + /// + /// @return true if option has the format of SLP Service Scope %Option. + bool haveServiceScopeFormat() const; + /// @brief Check if the option has format of DHCPv6 Status Code option. /// /// @return true if option has the format of DHCPv6 Status code option. |