https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196314

--- Comment #4 from Martin Beran <martin.be...@kernun.cz> ---
(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
    }
}

If I move the "block" line out of the inner anchor, it starts to block packets.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-pf@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to