Actions
Bug #3342
open[PF] urpf-failed doesn't work with IPv6
Start date:
02/06/2023
Due date:
% Done:
0%
Estimated time:
Description
Years ago, i found urpf-failed
doesn't work with IPv6; significant packet loss if configured.
Many PF tutorials suggest a rule like:
block in quick from { $broken urpf-failed no-route } to any
But it turned out urpf-failed
can only be configured for IPv4, like:
block in log quick inet from urpf-failed to any
See: https://lists.dragonflybsd.org/pipermail/users/2017-August/313577.html
Updated by liweitianux over 1 year ago
- Status changed from New to In Progress
Hmm, it seems this issue might have been resolved by commit ae12d7f3e2f1be15cfcf502c1dcda5a63d55ffe7 I made several months later.
Need to setup and check it out ;)
Actions