This should be an ok test case: $ for exe in iptables ip6tables ; do sudo $exe -N testme 2>/dev/null ; sudo $exe -A INPUT -j testme ; sudo $exe -A testme -m physdev ! --physdev-is-in ! --physdev-is-out ! --physdev-is-bridged ; done iptables v1.4.12: physdev: option "--physdev-is-in" cannot be inverted.
Try `iptables -h' or 'iptables --help' for more information. ip6tables v1.4.12: physdev: option "--physdev-is-in" cannot be inverted. Try `ip6tables -h' or 'ip6tables --help' for more information. Fixed: $ for exe in iptables ip6tables ; do sudo $exe -N testme 2>/dev/null ; sudo $exe -A INPUT -j testme ; sudo $exe -A testme -m physdev ! --physdev-is-in ! --physdev-is-out ! --physdev-is-bridged ; done $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042260 Title: physdev options cannot be inverted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1042260/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
