Date: Tue, 5 Nov 2002 09:20:55 -0800 (PST) From: Bodo Rüskamp <jordbaer@mac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/44936: ng_pppoe: relay session identifier does not match value in RFC Message-ID: <200211051720.gA5HKtH9081725@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 44936
>Category: kern
>Synopsis: ng_pppoe: relay session identifier does not match value in RFC
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 05 09:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Bodo Rüskamp
>Release: FreeBSD 4.6.2
>Organization:
>Environment:
>Description:
The value for the Relay-Session-ID is 0x0110 (per RFC 2516), but in ng_pppoe.h the value is 0x0106...
>How-To-Repeat:
use the Roaring Penguin PPPoE Relay to connect to the FreeBSD pppoed
>Fix:
*** ng_pppoe.h
--- ng_pppoe.h
***************
*** 145,151 ****
#define PTT_HOST_UNIQ (0x0103)
#define PTT_AC_COOKIE (0x0104)
#define PTT_VENDOR (0x0105)
! #define PTT_RELAY_SID (0x0106)
#define PTT_SRV_ERR (0x0201)
#define PTT_SYS_ERR (0x0202)
#define PTT_GEN_ERR (0x0203)
--- 145,151 ----
#define PTT_HOST_UNIQ (0x0103)
#define PTT_AC_COOKIE (0x0104)
#define PTT_VENDOR (0x0105)
! #define PTT_RELAY_SID (0x0110)
#define PTT_SRV_ERR (0x0201)
#define PTT_SYS_ERR (0x0202)
#define PTT_GEN_ERR (0x0203)
***************
*** 161,167 ****
#define PTT_HOST_UNIQ (0x0301)
#define PTT_AC_COOKIE (0x0401)
#define PTT_VENDOR (0x0501)
! #define PTT_RELAY_SID (0x0601)
#define PTT_SRV_ERR (0x0102)
#define PTT_SYS_ERR (0x0202)
#define PTT_GEN_ERR (0x0302)
--- 161,167 ----
#define PTT_HOST_UNIQ (0x0301)
#define PTT_AC_COOKIE (0x0401)
#define PTT_VENDOR (0x0501)
! #define PTT_RELAY_SID (0x1001)
#define PTT_SRV_ERR (0x0102)
#define PTT_SYS_ERR (0x0202)
#define PTT_GEN_ERR (0x0302)
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211051720.gA5HKtH9081725>
