CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/26 02:13:13
Modified files:
sys/net : if_mpe.c if_mpip.c if_mpw.c
Log message:
The MPLS edge devices get the packets from the MPLS stack which never
passed though pf_test(). So there is no need to try to call
pf_pkt_addr_changed() instead just check that the PF statekey is NULL.
Initial problem of not including pf.h found by jsg@
OK jsg@ sashan@
