CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/26 06:17:10
Modified files:
sys/net : pf.c pfvar.h
Log message:
introduce a function to be called when addressing information has changed,
pf_pkt_addr_changed. atm just clears the state key pointer.
calling this is cleaner than having other parts of the stack clearing
pointers in the pf part of the mbuf packet header directly.
