CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/20 05:12:13
Modified files:
sys/net : if_gif.c
sys/netinet : ip_ipip.c ip_ipip.h
Log message:
Do not use the interface pointer after if_put(). Rename ipip_input_gif()
to ipip_input_if() and always pass the ifp. Only dump the packet
to bpf if we are called with a gif(4) interface.
OK mpi@
