]>
Commit | Line | Data |
---|---|---|
9dc66a05 A |
1 | .Dd 9/28/12\r |
2 | .Dt pktapctl 8\r | |
3 | .Os Darwin\r | |
4 | .Sh NAME\r | |
5 | .Nm pktapctl\r | |
6 | .Sh SYNOPSIS\r | |
7 | .Nm\r | |
8 | .Op Fl g \r | |
9 | .Op Fl h \r | |
10 | .Op Fl i Ar interface\r | |
11 | .Op Fl p Ar rule\r | |
12 | .Op Fl s Ar rule\r | |
13 | .Sh DESCRIPTION\r | |
14 | .Nm\r | |
15 | let you configure a pktap virtual interface. \r | |
16 | .Pp\r | |
17 | This is an experimental command whose syntax and functionalities may change in \r | |
18 | future releases.\r | |
19 | .Pp\r | |
20 | The options have the following meaning:\r | |
21 | .Bl -tag -width -indent\r | |
22 | .It Fl g\r | |
23 | Get the list of filter rules for the given \r | |
24 | .Ar interface.\r | |
25 | .It Fl h\r | |
26 | Display a quick help and exit.\r | |
27 | .It Fl p\r | |
28 | To add a pass interface filter rule.\r | |
29 | .It Fl s\r | |
30 | To add a skip interface filter rule.\r | |
31 | .El\r | |
32 | .Pp\r | |
33 | Here is the syntax of the interface filter rules:\r | |
34 | .Bl -tag -indent\r | |
35 | .It type number\r | |
36 | An interface type number or 0 for any interface type. \r | |
37 | .It name string\r | |
38 | To specify interface with name matching the given string.\r | |
39 | .El\r | |
40 | .Sh SEE ALSO \r | |
41 | .Xr tcpdump 1\r |