https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232939
--- Comment #3 from [email protected] --- After being patched /sbin/ipfw seems to be ok, in part of this issue. Thanks! And by the way, the word 'ip6' is confusing for example, one of my rules: ipfw list 32442 32442 count tag 64 ip from table(107,11) to table(107,11) not ip6 icmp6types 136 Then I copy this output to new command line: ipfw add 50000 count tag 64 ip from 'table(107,11)' to 'table(107,11)' not ip6 icmp6types 136 50000 count tag 64 not ip6 from table(107,11) to table(107,11) ip6 icmp6types 136 Rule 50000 is meaningless -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
