diff options
author | neel <neel@FreeBSD.org> | 2012-11-17 02:55:47 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2012-11-17 02:55:47 +0000 |
commit | 0e18e1b9de7bacfe2cdccb09738c895dfaf0cbf8 (patch) | |
tree | 2bd9bddaae9e43ae0279e8ef5ed4b4d93aa41eff /share/man/man4/ng_patch.4 | |
parent | 1a164db277254c1198a5923050a4e403737937c3 (diff) | |
parent | 40d9982013b20f7e4359382de92b451264e2233b (diff) | |
download | FreeBSD-src-0e18e1b9de7bacfe2cdccb09738c895dfaf0cbf8.zip FreeBSD-src-0e18e1b9de7bacfe2cdccb09738c895dfaf0cbf8.tar.gz |
IFC @ r243164
Diffstat (limited to 'share/man/man4/ng_patch.4')
-rw-r--r-- | share/man/man4/ng_patch.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/ng_patch.4 b/share/man/man4/ng_patch.4 index b1ddf4a..db7ede54 100644 --- a/share/man/man4/ng_patch.4 +++ b/share/man/man4/ng_patch.4 @@ -57,7 +57,7 @@ bytes beginning from are taken as a single integer in network byte order. .Sh HOOKS This node type has two hooks: -.Bl -tag -width indent +.Bl -tag -width ".Va out" .It Va in Packets received on this hook are modified according to rules specified in config and then forwarded to @@ -73,8 +73,8 @@ hook without any changes. .El .Sh CONTROL MESSAGES This node type supports the generic control messages, plus the following: -.Bl -tag -width indent -.It Dv NGM_PATCH_SETCONFIG Pq Li setconfig +.Bl -tag -width foo +.It Dv NGM_PATCH_SETCONFIG Pq Ic setconfig This command sets the sequence of modify operations that will be applied to incoming data on a hook. The following @@ -115,16 +115,16 @@ corresponding checksum before transmitting packet on output interface. The .Nm node does not do any checksum correction by itself. -.It Dv NGM_PATCH_GETCONFIG Pq Li getconfig +.It Dv NGM_PATCH_GETCONFIG Pq Ic getconfig This control message obtains current set of modify operations, returned as .Vt "struct ng_patch_config" . -.It Dv NGM_PATCH_GET_STATS Pq Li getstats +.It Dv NGM_PATCH_GET_STATS Pq Ic getstats Returns node statistics as a .Vt "struct ng_patch_stats" . -.It Dv NGM_PATCH_CLR_STATS Pq Li clrstats +.It Dv NGM_PATCH_CLR_STATS Pq Ic clrstats Clear node statistics. -.It Dv NGM_PATCH_GETCLR_STATS Pq Li getclrstats +.It Dv NGM_PATCH_GETCLR_STATS Pq Ic getclrstats This command is identical to .Dv NGM_PATCH_GET_STATS , except that the statistics are also atomically cleared. |