Browse Source

[3437] Clarified the description of the PktFilterInet6::receive function.

Marcin Siodelski 11 years ago
parent
commit
0ee7faaf42
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/dhcp/pkt_filter_inet6.h

+ 4 - 0
src/lib/dhcp/pkt_filter_inet6.h

@@ -64,6 +64,10 @@ public:
     /// must first check that there is any message on the socket (using
     /// select function) prior to calling this function.
     ///
+    /// If the message is received through the socket bound to "any"
+    /// (in6addr_any) address this function will drop this message if it has
+    /// been sent to an address other than multicast or link-local.
+    ///
     /// @param socket_info A structure holding socket information.
     ///
     /// @return A pointer to received message.