CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/13 06:48:00
Modified files:
sys/net : pf.c
Log message:
fix logic bug in pf_find_state()
a state in PFTM_PURGE could potentially hide another state on the same state
key that is active and we'd incorrectly block the packet
I believe that cannot happen as things are now.
ok sashan
