17 Jan
2014
17 Jan
'14
5:55 a.m.
Hi, The IWF-Session attribute is set to 252 in dictionary.rfc4679, while the Vendor-Type defined by RFC 4679 is 254 (https://tools.ietf.org/html/rfc4679#section-3.3.18). This is consistent with the value used by the TR-101 specification (section 3.9.6 in http://www.broadband-forum.org/technical/download/TR-101.pdf). The following diff would fix the issue: --- a/share/dictionary.rfc4679 +++ b/share/dictionary.rfc4679 @@ -58,6 +58,6 @@ # If this attribute exists, it means that IFW has been performed # for the subscribers session. # -ATTRIBUTE IWF-Session 252 octets # 0 +ATTRIBUTE IWF-Session 254 octets # 0 END-VENDOR ADSL-Forum Should I send a regular patch to fix this typo ? Regards, Guillaume