CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/07 18:39:34
Modified files:
sys/net : if_gif.c
Log message:
on output, actually attach the mbuf tag to packet.
this is to suppress loops over the interface, and avoids a leak of
the tag on every packet.
found and fix testd by christian barthel
also tested by job snijders
ok bluhm@
