Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2022 13:39:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262295] [pf] Tables and anchors
Message-ID:  <bug-262295-227-7kK1wRV2dM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262295-227@https.bugs.freebsd.org/bugzilla/>

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

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

--- Comment #1 from Matteo Riondato <matteo@FreeBSD.org> ---
Actually, it seems that the namespace collision warning also happens with a
pf.conf that does not use anchors and contains

table <bruteforce> persist

block log quick from <bruteforce>

pass in proto tcp from any to ($interface)
  port ${tcp_services} keep state \
  (max-src-conn 10, max-src-conn-rate 1/4, \
  overload <bruteforce> flush global)


This set of rules is inspired by the very similar one from
https://www.openbsd.org/faq/pf/filter.html#stateopts, thus one would expect it
to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262295-227-7kK1wRV2dM>