Re: [JNPR] Proposal for changes to network device drivers and network stack (RFC)

2013-01-17 Thread Stephen J. Kiernan
On Jan 17, 2013 14:23, Stephen J. Kiernan wrote: The network stack as a module patch has been separated out and can be found in the following location: http://people.freebsd.org/~marcel/Juniper/netstack-v2.diff Details about these changes: I also forgot to mention in the previous e-mail. The

Re: Proposal for changes to network device drivers and network stack (RFC)

2013-01-17 Thread Stephen J. Kiernan
rn_jail.c netinet/in_jail.c netinet6/in6_jail.c sys/jail.h Split IPv4 and IPv6-specific functions from kern/kern_jail.c into netinet/in_jail.c and netinet6/in6_jail.c, respectively. Change _prison_check_ipv[4|6]() to prison_check_ipv[4|6]_locked() and expose them via jail.h