From: Tomek Mrugalski Date: Wed, 31 Dec 2014 13:49:26 +0000 (+0100) Subject: [3553] User's Guide updated. X-Git-Tag: trac3712_base~69^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09322a2070ad6555341fe6df703d555f2a23bbc3;p=thirdparty%2Fkea.git [3553] User's Guide updated. --- diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index be3097613b..9d5c63a743 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -1921,7 +1921,7 @@ should include options from the isc option space: - remote-id remote-id - RFC 4649 defines remote-id option that is inserted by a relay agent. Depending on the relay agent configuration, the inserted option may convey client's @@ -1941,10 +1941,20 @@ should include options from the isc option space: - docsis - Yet another possible source of MAC + docsis-cmts - Yet another possible source of MAC address information are DOCSIS options inserted by a CMTS that acts - as a DHCPv6 relay agent in cable networks. This method is - currently not implemented. + as a DHCPv6 relay agent in cable networks. This method attempts to extract + MAC address information from suboption 1026 (cm mac) from vendor specific option + with vendor-id=4491. This vendor option extracted from relay-forward message, + not the original client's message. + + + + docsis-modem - Yet another possible source of MAC + address information are DOCSIS options inserted by the cable modem itself. + This method attempts to extract MAC address information from suboption 36 (device id) + from vendor specific option with vendor-id=4491. This vendor option extracted from + the original client's message, not from any relay options.