]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove RTF_PRCLONING from routing table and adjust users of it
authorandre <andre@FreeBSD.org>
Thu, 20 Nov 2003 19:47:31 +0000 (19:47 +0000)
committerandre <andre@FreeBSD.org>
Thu, 20 Nov 2003 19:47:31 +0000 (19:47 +0000)
commit6dca20de0718f19b3cdc5a7d5ebb71cd54b2374e
treec25b99029c9fbe87aa9d11209da4550fbc910838
parent529995603c4d5d287b1446c3bde04f20544e7640
Remove RTF_PRCLONING from routing table and adjust users of it
accordingly.  The define is left intact for ABI compatibility
with userland.

This is a pre-step for the introduction of tcp_hostcache.  The
network stack remains fully useable with this change.

Reviewed by: sam (mentor), bms
Reviewed by: -net, -current, core@kame.net (IPv6 parts)
Approved by: re (scottl)
12 files changed:
sys/net/route.c
sys/net/route.h
sys/netinet/in_rmx.c
sys/netinet/ip_fastfwd.c
sys/netinet/ip_fw2.c
sys/netinet/ip_icmp.c
sys/netinet/ip_input.c
sys/netinet/ip_output.c
sys/netinet6/icmp6.c
sys/netinet6/in6_rmx.c
sys/netinet6/ip6_forward.c
sys/netinet6/ip6_input.c