summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2000-12-12 22:35:36 +0000
committerjulian <julian@FreeBSD.org>2000-12-12 22:35:36 +0000
commitb42849698a4c3c3f0d8767f2468ebc13ef23c000 (patch)
tree4c79535f1ca8ffc89ad34804663fc5734389553f /sys/netgraph/ng_pppoe.h
parentcc029f329adc70f1a1e4d4cd225b6865d7be8e0f (diff)
downloadFreeBSD-src-b42849698a4c3c3f0d8767f2468ebc13ef23c000.zip
FreeBSD-src-b42849698a4c3c3f0d8767f2468ebc13ef23c000.tar.gz
I have no idea at all why this file was not included in the last commit.
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 94cb95b..6c5d72a 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -74,6 +74,7 @@ enum cmd {
NGM_PPPOE_SUCCESS = 5, /* State machine connected */
NGM_PPPOE_FAIL = 6, /* State machine could not connect */
NGM_PPPOE_CLOSE = 7, /* Session closed down */
+ NGM_PPPOE_SERVICE = 8, /* additional Service to advertise (in PADO) */
NGM_PPPOE_GET_STATUS
};
@@ -101,7 +102,7 @@ struct ngpppoestat {
* The session sends out a PADI request for the named service.
*
*
- * When this structure is accepted by the NGM_PPPOE_WAIT command.
+ * When this structure is accepted by the NGM_PPPOE_LISTEN command.
* If no service is given this is assumed to accept ALL PADI requests.
* This may at some time take a regexp expression, but not yet.
* Matching PADI requests will be passed up the named hook.
OpenPOWER on IntegriCloud