Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 07:57:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 196314] pf nested inline anchors does not work
Message-ID:  <bug-196314-17777-ukg0OYw5F8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196314-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196314-17777@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #4 from Martin Beran <martin.beran@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196314-17777-ukg0OYw5F8>