summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_l2tp.4
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2004-08-03 06:45:38 +0000
committerbz <bz@FreeBSD.org>2004-08-03 06:45:38 +0000
commit3fbdc1b5aae3aa923dacb0fe39d145634773d164 (patch)
tree76b973445c982d543b8fc1e5e160439272adb623 /share/man/man4/ng_l2tp.4
parentf953a8bf192d15b2e06c34f625e961a8c5ab5a3f (diff)
downloadFreeBSD-src-3fbdc1b5aae3aa923dacb0fe39d145634773d164.zip
FreeBSD-src-3fbdc1b5aae3aa923dacb0fe39d145634773d164.tar.gz
add a new control message to set sequence numbers on an uninitialized node.
Reviewed by: archie Approved by: pjd (mentor)
Diffstat (limited to 'share/man/man4/ng_l2tp.4')
-rw-r--r--share/man/man4/ng_l2tp.418
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man4/ng_l2tp.4 b/share/man/man4/ng_l2tp.4
index 7e4496d..a54cd3a 100644
--- a/share/man/man4/ng_l2tp.4
+++ b/share/man/man4/ng_l2tp.4
@@ -37,7 +37,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 22, 2002
+.Dd August 2, 2004
.Dt NG_L2TP 4
.Os
.Sh NAME
@@ -273,6 +273,22 @@ The corresponding session hook must be connected.
Same as
.Dv NGM_L2TP_GET_STATS ,
but also atomically clears the statistics as well.
+.It Dv NGM_L2TP_SET_SEQ
+This command sets the sequence numbers of a not yet enabled node.
+It takes a
+.Vt "struct ng_l2tp_seq_config"
+as argument, where
+.Va xack
+and
+.Va nr
+respectively
+.Va ns
+and
+.Va rack
+must be the same.
+This option is particularly useful if one receives and processes
+the first packet entirely in userspace and wants to hand over further
+processing to the node.
.El
.Sh SHUTDOWN
This node shuts down upon receipt of a
OpenPOWER on IntegriCloud