From f70d3556e39dcdad5a9f1542dcd0854c69efa694 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Thu, 18 Mar 2004 12:34:14 +0000 Subject: Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoE users that are working with relayed PPPoE. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Bodo Rüskamp PR: 44936 Approved by: julian MFC after: 1 week --- sys/netgraph/ng_pppoe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h index 7eb4594..9e09d0c 100644 --- a/sys/netgraph/ng_pppoe.h +++ b/sys/netgraph/ng_pppoe.h @@ -166,7 +166,7 @@ struct ngpppoe_sts { #define PTT_HOST_UNIQ (0x0103) #define PTT_AC_COOKIE (0x0104) #define PTT_VENDOR (0x0105) -#define PTT_RELAY_SID (0x0106) +#define PTT_RELAY_SID (0x0110) #define PTT_SRV_ERR (0x0201) #define PTT_SYS_ERR (0x0202) #define PTT_GEN_ERR (0x0203) @@ -182,7 +182,7 @@ struct ngpppoe_sts { #define PTT_HOST_UNIQ (0x0301) #define PTT_AC_COOKIE (0x0401) #define PTT_VENDOR (0x0501) -#define PTT_RELAY_SID (0x0601) +#define PTT_RELAY_SID (0x1001) #define PTT_SRV_ERR (0x0102) #define PTT_SYS_ERR (0x0202) #define PTT_GEN_ERR (0x0302) -- cgit v1.1