From 4491f463cbec7206ef29b6a34cc38eebc97464e2 Mon Sep 17 00:00:00 2001
From: Guillaume Nault <g.nault@alphalink.fr>
Date: Fri, 17 Jan 2014 22:01:19 +0100
Subject: 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>
---
 accel-pppd/radius/dict/dictionary.rfc4679 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3