--- src/sys/sys/mbuf.h 2005/03/12 03:24:19 1.22 +++ src/sys/sys/mbuf.h 2005/04/18 14:26:57 1.23 @@ -542,6 +542,8 @@ void m_chtype(struct mbuf *m, int type) /* struct ipsec_history */ #define PACKET_TAG_IPV6_INPUT 8 /* IPV6 input processing */ /* struct ip6aux */ +#define PACKET_TAG_IPFW_DIVERT 9 /* divert info */ +/* uint16_t */ /* * As a temporary and low impact solution to replace the even uglier @@ -560,8 +562,6 @@ void m_chtype(struct mbuf *m, int type) /* Packet tags used in the FreeBSD network stack */ #define PACKET_TAG_DUMMYNET 15 /* dummynet info */ /* struct dn_pkt as fake mbuf */ -#define PACKET_TAG_DIVERT 17 /* divert info */ -/* uint16_t, encoded in m_data */ #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ /* struct sockaddr_in * as m_data */