ip6tables MAN-page out of date

Bug #114395 reported by Morten Siebuhr
2
Affects Status Importance Assigned to Milestone
iptables (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: iptables

The man-page of ip6tables does not mention some of the available features in ip6tables. As an example, the "match" module is not mentioned, but it clearly work:

~ >sudo ip6tables -m state --state RELATED,ESTABLISHED -A INPUT -j ACCEPT
~ >sudo ip6tables -nL INPUT
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT 0 ::/0 ::/0 state RELATED,ESTABLISHED
~ >

Revision history for this message
Morten Siebuhr (msiebuhr) wrote :

Still goes for 7.10. I can repeat the above example, yet when I look through the MAN-page:

> zcat /usr/share/man/man8/ip6tables.8.gz | grep -i related
>

Revision history for this message
Morten Siebuhr (msiebuhr) wrote :

While I haven't checked all options, this seems to be fixed in 8.10.

Changed in iptables:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.