CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/09 21:18:16
Modified files:
sys/net : pf.c
Log message:
use an smr crit section instead of real iface refs in the uRPF check
the uRPF tries to use interface indexes, but if the index doesnt
match it'll resolve to a real interface and do an IFT_CARP and
carpdev index check.
it's easy to do this lookup from an smr crit section and avoid the
refcnt ops.
