diff options
author | Florian Westphal <fw@strlen.de> | 2016-01-04 19:47:15 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2016-01-04 19:47:19 +0100 |
commit | b99ec85e32947e337681aef8a29eae1c4c10f14e (patch) | |
tree | 590dfcd7f56f6d9a5968173f4a7a5acde04af92d /doc | |
parent | d169f38458f787f92ed2ede40ae93275108f6b34 (diff) |
doc: update meta and ct expression keyword lists
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nft.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/nft.xml b/doc/nft.xml index d51876cd..dbc9cd5e 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -982,6 +982,13 @@ filter output ip6 daddr ::1 <arg>skgid</arg> <arg>nftrace</arg> <arg>rtclassid</arg> + <arg>ibriport</arg> + <arg>obriport</arg> + <arg>pkttype</arg> + <arg>cpu</arg> + <arg>iifgroup</arg> + <arg>oifgroup</arg> + <arg>cgroup</arg> </group> </cmdsynopsis> </para> @@ -1074,6 +1081,41 @@ filter output ip6 daddr ::1 <entry>Routing realm</entry> <entry>realm</entry> </row> + <row> + <entry>ibriport</entry> + <entry>Input bridge interface name</entry> + <entry>string</entry> + </row> + <row> + <entry>obriport</entry> + <entry>Output bridge interface name</entry> + <entry>string</entry> + </row> + <row> + <entry>pkttype</entry> + <entry>packet type</entry> + <entry>pkt_type</entry> + </row> + <row> + <entry>cpu</entry> + <entry>cpu number processing the packet</entry> + <entry>integer (32 bits)</entry> + </row> + <row> + <entry>iifgroup</entry> + <entry>incoming device group</entry> + <entry>devgroup_type</entry> + </row> + <row> + <entry>oifgroup</entry> + <entry>outgoing device group</entry> + <entry>devgroup_type</entry> + </row> + <row> + <entry>cgroup</entry> + <entry>control group id</entry> + <entry>integer (32 bits)</entry> + </row> </tbody> </tgroup> </table> @@ -1131,6 +1173,20 @@ filter output ip6 daddr ::1 or as symbolic name defined in /etc/iproute2/rt_realms. </entry> </row> + <row> + <entry>devgroup_type</entry> + <entry> + Device group (32 bit number). Can be specified numerically + or as symbolic name defined in /etc/iproute2/group. + </entry> + </row> + <row> + <entry>pkt_type</entry> + <entry> + Packet type: Unicast (addressed to local host), + Broadcast (to all), Multicast (to group). + </entry> + </row> </tbody> </tgroup> </table> @@ -1884,6 +1940,7 @@ filter output oif eth0 <arg>mark</arg> <arg>expiration</arg> <arg>helper</arg> + <arg>label</arg> <arg>l3proto</arg> <arg>saddr</arg> <arg>daddr</arg> @@ -1939,6 +1996,11 @@ filter output oif eth0 <entry>string</entry> </row> <row> + <entry>label</entry> + <entry>Connection tracking label</entry> + <entry>ct_label</entry> + </row> + <row> <entry>l3proto</entry> <entry>Layer 3 protocol of the connection</entry> <entry>nf_proto FIXME</entry> |