From: Marcin Siodelski Date: Mon, 23 Jun 2014 17:11:34 +0000 (+0200) Subject: [3437] Clarified the description of the PktFilterInet6::receive function. X-Git-Tag: trac3473_base~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ee7faaf4259528c3801a1f50b8781b31ae55fe0;p=thirdparty%2Fkea.git [3437] Clarified the description of the PktFilterInet6::receive function. --- diff --git a/src/lib/dhcp/pkt_filter_inet6.h b/src/lib/dhcp/pkt_filter_inet6.h index b4b810d7b8..a477f9b60c 100644 --- a/src/lib/dhcp/pkt_filter_inet6.h +++ b/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.