summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-14 12:32:41 +0000
committerbrian <brian@FreeBSD.org>2002-05-14 12:32:41 +0000
commitfa0fd5ad199744ef9e1bab7f4f432033cc099da6 (patch)
tree55618b3d3787a1c2a48f6cc8fcd524b26fd2e06e /sys/netgraph/ng_pppoe.h
parentf4fa5aa9e1cdf14f9fa9945660bc72225648bff8 (diff)
downloadFreeBSD-src-fa0fd5ad199744ef9e1bab7f4f432033cc099da6.zip
FreeBSD-src-fa0fd5ad199744ef9e1bab7f4f432033cc099da6.tar.gz
Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.
This message is sent to the control socket when the SessionID is established. Approved by: archie (after a very cursory glance)
Diffstat (limited to 'sys/netgraph/ng_pppoe.h')
-rw-r--r--sys/netgraph/ng_pppoe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 826d4b0..56ba641 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -76,7 +76,8 @@ enum cmd {
NGM_PPPOE_CLOSE = 7, /* Session closed down */
NGM_PPPOE_SERVICE = 8, /* additional Service to advertise (in PADO) */
NGM_PPPOE_ACNAME = 9, /* AC_NAME for informational purposes */
- NGM_PPPOE_GET_STATUS
+ NGM_PPPOE_GET_STATUS = 10, /* data in/out */
+ NGM_PPPOE_SESSIONID = 11 /* Session_ID for informational purposes */
};
/***********************
OpenPOWER on IntegriCloud