[Bug 196314] pf nested inline anchors does not work

2016-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196314 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org --- Comment #3

[Bug 196314] pf nested inline anchors does not work

2016-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196314 --- Comment #4 from Martin Beran --- (In reply to Kristof Provost from comment #3) This pf.conf should block ping 127.0.0.1, but it does not: anchor on ! vboxnet0 { anchor on ! vboxnet1 { block on lo0 proto icmp all } } I