]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: update meta and ct expression keyword lists
authorFlorian Westphal <fw@strlen.de>
Mon, 4 Jan 2016 18:47:15 +0000 (19:47 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 4 Jan 2016 18:47:19 +0000 (19:47 +0100)
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.xml

index d51876cd1b7252c8f0cb416da850485f9ff8b7f5..dbc9cd5e6ba97e47cc9cbb8d950406da6ac55c52 100644 (file)
@@ -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>
@@ -1938,6 +1995,11 @@ filter output oif eth0
                                                                <entry>Helper associated with the connection</entry>
                                                                <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>