Split out routing sysctl's from tame "inet", and put them into the
authorderaadt <deraadt@openbsd.org>
Wed, 7 Oct 2015 19:52:54 +0000 (19:52 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 7 Oct 2015 19:52:54 +0000 (19:52 +0000)
commit92ebc6d188e4c25943254cb54056610684728988
treee85a3fdb64fb38442a395ca2fac393d61a66e59d
parent3e88df76abdcab6f2e86c9989922615f502207d5
Split out routing sysctl's from tame "inet", and put them into the
new tame "route" request.  Now routing daemons and tools (such as arp),
can narrowly ask for either feature.  One thing remains available in
both cases -- support for getifaddr()'s, since libc and programs often
use that in close association with socket creation.
ok benno sthen beck, some discussion with renato
sys/kern/kern_tame.c
sys/sys/tame.h