CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2009/06/04 18:05:22

Modified files:
        sys/kern       : uipc_mbuf.c uipc_socket.c 
        sys/net        : if.c if.h if_ethersubr.c if_fddisubr.c pf.c 
                         route.c route.h rtsock.c 
        sys/netinet    : if_ether.c in.c in.h in_pcb.c in_pcb.h in_var.h 
                         ip_carp.c ip_icmp.c ip_icmp.h ip_input.c 
                         ip_ipip.c ip_mroute.c ip_output.c ip_var.h 
                         raw_ip.c tcp_input.c tcp_output.c tcp_subr.c 
                         tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c 
        sys/netinet6   : icmp6.c in6_pcb.c raw_ip6.c 
        sys/sys        : mbuf.h socket.h sockio.h 

Log message:
Initial support for routing domains. This allows to bind interfaces to
alternate routing table and separate them from other interfaces in distinct
routing tables. The same network can now be used in any doamin at the same
time without causing conflicts.
This diff is mostly mechanical and adds the necessary rdomain checks accross
net and netinet. L2 and IPv4 are mostly covered still missing pf and IPv6.
input and tested by jsg@, phessler@ and r...@. "put it in" deraadt@

Reply via email to