diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2014-01-17 22:01:19 +0100 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-01-19 14:22:18 +0400 |
commit | 4491f463cbec7206ef29b6a34cc38eebc97464e2 (patch) | |
tree | baf14cae53e9610d68a26442665b03ca968faca5 /accel-pppd/radius | |
parent | 0e6b9096f185632935f2a0800d9f340d7b61e9c4 (diff) | |
download | accel-ppp-4491f463cbec7206ef29b6a34cc38eebc97464e2.tar.gz accel-ppp-4491f463cbec7206ef29b6a34cc38eebc97464e2.zip |
radius: fix IWF-Session identifier in RFC 4679 dictionary
RFC 4679 assigns identifier 0xFE (254) to the IWF-Session attribute.
This is consistent with the identifier value specified by TR-101.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'accel-pppd/radius')
-rw-r--r-- | accel-pppd/radius/dict/dictionary.rfc4679 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/radius/dict/dictionary.rfc4679 b/accel-pppd/radius/dict/dictionary.rfc4679 index 39892a54..4e6a4d82 100644 --- a/accel-pppd/radius/dict/dictionary.rfc4679 +++ b/accel-pppd/radius/dict/dictionary.rfc4679 @@ -57,6 +57,6 @@ ATTRIBUTE Access-Loop-Encapsulation 144 octets # 3 # 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 |