diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-08-03 06:45:38 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-08-03 06:45:38 +0000 |
| commit | 1e0313242d78c639a50c0bf27d70939bf7d0c7f9 (patch) | |
| tree | 76b973445c982d543b8fc1e5e160439272adb623 /share | |
| parent | b45dc7cef11be181092ebd1a8a3c01013928d18f (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ng_l2tp.4 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man4/ng_l2tp.4 b/share/man/man4/ng_l2tp.4 index 7e4496d61d994..a54cd3a32b8ea 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 |
