Index: ip_input.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_input.c,v retrieving revision 1.262 diff -u -r1.262 ip_input.c --- ip_input.c 13 Feb 2004 19:20:43 -0000 1.262 +++ ip_input.c 17 Feb 2004 02:03:45 -0000 @@ -504,6 +504,10 @@ } pass: + mtag = m_tag_find(m, PACKET_TAG_DUMMYNET, NULL); + if (mtag) + m_tag_delete(m, mtag); + /* * Process options and, if not destined for us, * ship it on. ip_dooptions returns 1 when an