From 9ab318da7dc76850f7618451056e332f2e7d0107 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Wed, 13 Feb 2013 13:49:59 +0100 Subject: 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 --- accel-pppd/ctrl/l2tp/attr_defs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'accel-pppd/ctrl/l2tp/attr_defs.h') 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 -- cgit v1.2.3