summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.h
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-03-18 12:34:14 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-03-18 12:34:14 +0000
commitf70d3556e39dcdad5a9f1542dcd0854c69efa694 (patch)
treea1455acaedbf73027983298730b9eaa071c100db /sys/netgraph/ng_pppoe.h
parent5e718dccf2026bdf82a31114fc19fe52fe58dc9b (diff)
downloadFreeBSD-src-f70d3556e39dcdad5a9f1542dcd0854c69efa694.zip
FreeBSD-src-f70d3556e39dcdad5a9f1542dcd0854c69efa694.tar.gz
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
Diffstat (limited to 'sys/netgraph/ng_pppoe.h')
-rw-r--r--sys/netgraph/ng_pppoe.h4
1 files 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)
OpenPOWER on IntegriCloud