summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp/attr_defs.h
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2013-02-13 13:49:59 +0100
committerKozlov Dmitry <xeb@mail.ru>2013-02-13 17:24:03 +0400
commit9ab318da7dc76850f7618451056e332f2e7d0107 (patch)
treefe777779d98beeb749d4617c99e5d3bd92a8134c /accel-pppd/ctrl/l2tp/attr_defs.h
parent124a74f8544c8d3d20b6b6e2cec13ddca883d904 (diff)
downloadaccel-ppp-xebd-9ab318da7dc76850f7618451056e332f2e7d0107.tar.gz
accel-ppp-xebd-9ab318da7dc76850f7618451056e332f2e7d0107.zip
l2tp: Fix RFC 2661 and RFC 3931 dictionaries
Fix a few errors in dictionary.rfc2661 and dictionary.rfc3931 (missing entries, typos, wrong type/flags, etc.) and re-generate attr_defs.h. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'accel-pppd/ctrl/l2tp/attr_defs.h')
-rw-r--r--accel-pppd/ctrl/l2tp/attr_defs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/accel-pppd/ctrl/l2tp/attr_defs.h b/accel-pppd/ctrl/l2tp/attr_defs.h
index e799157..3f71376 100644
--- a/accel-pppd/ctrl/l2tp/attr_defs.h
+++ b/accel-pppd/ctrl/l2tp/attr_defs.h
@@ -55,6 +55,7 @@
#define Message_Type_WAN_Error_Notify 15
#define Message_Type_Set_Link_Info 16
#define Message_Digest 59
+#define Ctrl_Message_Auth_Nonce 73
#define Router_ID 60
#define Assigned_Connection_ID 61
#define Pseudowire_Capabilities 62
@@ -66,8 +67,9 @@
#define Pseudowire_Type 68
#define L2_Specific_Sublayer 69
#define Data_Sequencing 70
-#define TX_Connect_Speeed 74
-#define RX_Connect_Speeed 75
+#define TX_Connect_Speed 74
+#define RX_Connect_Speed 75
#define Circuit_Status 71
+#define Message_Type_Explicit_Ack 20
#endif