diff options
Diffstat (limited to 'src/lib/dhcp')
-rw-r--r-- | src/lib/dhcp/pkt6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/pkt6.h b/src/lib/dhcp/pkt6.h index 562637af0b..bade98f362 100644 --- a/src/lib/dhcp/pkt6.h +++ b/src/lib/dhcp/pkt6.h @@ -285,7 +285,7 @@ public: const isc::asiolink::IOAddress& getRelay6PeerAddress(uint8_t relay_level) const; - /// + /// /// @brief Returns all instances of specified type. /// /// Returns all instances of options of the specified type. DHCPv6 protocol |