summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6/dhcp6_srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/dhcp6/dhcp6_srv.h')
-rw-r--r--src/bin/dhcp6/dhcp6_srv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h
index e6a0744d55..c439047e4b 100644
--- a/src/bin/dhcp6/dhcp6_srv.h
+++ b/src/bin/dhcp6/dhcp6_srv.h
@@ -1041,14 +1041,12 @@ public:
private:
- /// @public
/// @brief Assign class using vendor-class-identifier options
///
/// @note This is the first part of @ref classifyPacket
///
/// @param pkt packet to be classified
- /// @param classes a reference to added class names for logging
- void classifyByVendor(const Pkt6Ptr& pkt, std::string& classes);
+ void classifyByVendor(const Pkt6Ptr& pkt);
/// @brief Update FQDN based on the reservations in the current subnet.
///