Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoE

users that are working with relayed PPPoE.

Submitted by:	Bodo Rüskamp <jordbaer@mac.com>
PR:		44936
Approved by:	julian
MFC after:	1 week
This commit is contained in:
David Malone 2004-03-18 12:34:14 +00:00
parent 13d6b675c3
commit f6fee71d57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127169

View File

@ -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)