CVSROOT: /cvs Module name: src Changes by: sas...@cvs.openbsd.org 2016/03/04 15:38:23
Modified files: sys/net : if_etherip.c pf.c pipex.c sys/netinet : ip_gre.c Log message: - putting back KASSERT(), which I've backed out on Jan 31 We don't expect inbound packets to come to PF with statekey attached. - I've also found missing call to pf_pkt_addr_changed() at various places, which needs to get fixed to prevent KASSERT() from firing. OK mpi@, sthen@