aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2004-03-18 12:34:14 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2004-03-18 12:34:14 +0000
commitf6fee71d57df74427ed1659e7900bd7727121eb6 (patch)
treea1455acaedbf73027983298730b9eaa071c100db /sys
parent13d6b675c37784fb7e9846611597857fe590028b (diff)
Notes
Diffstat (limited to 'sys')
-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 7eb45947b1590..9e09d0c6ac564 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)