CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/08/13 03:52:54
Modified files:
share/man/man9 : mbuf_tags.9
sys/netinet : ip_icmp.c ip_input.c ip_var.h tcp_input.c
sys/sys : mbuf.h
Log message:
When net.inet.ip.sourceroute is enable, store the source route
of incoming IPv4 packets with the SSRR or LSRR header option in
a m_tag rather than in a single static entry.
Use a new m_tag type, PACKET_TAG_SRCROUTE, for this and bump
PACKET_TAG_MAXSIZE accordingly.
Adapted from FreeBSD r135274 with inputs from bluhm@.
ok bluhm@, mikeb@