Import rad(8).
authorflorian <florian@openbsd.org>
Tue, 10 Jul 2018 16:39:54 +0000 (16:39 +0000)
committerflorian <florian@openbsd.org>
Tue, 10 Jul 2018 16:39:54 +0000 (16:39 +0000)
commit53293e449998c94d102d566365426096310ac1d8
treeaa8f38cf7edd9197d7b086bd393e2849f281259f
parentddadf9931e331f276c59347c121083d650eb92ea
Import rad(8).
It's a Router Advertisement Daemon written using the standard 3
process privsep pattern and a parse.y based config file.
Commit early to continue work in tree.
OK jca
"it's totally rad" phessler@
"usr.sbin never runs out of space" deraadt@
15 files changed:
usr.sbin/rad/Makefile [new file with mode: 0644]
usr.sbin/rad/control.c [new file with mode: 0644]
usr.sbin/rad/control.h [new file with mode: 0644]
usr.sbin/rad/engine.c [new file with mode: 0644]
usr.sbin/rad/engine.h [new file with mode: 0644]
usr.sbin/rad/frontend.c [new file with mode: 0644]
usr.sbin/rad/frontend.h [new file with mode: 0644]
usr.sbin/rad/log.c [new file with mode: 0644]
usr.sbin/rad/log.h [new file with mode: 0644]
usr.sbin/rad/parse.y [new file with mode: 0644]
usr.sbin/rad/printconf.c [new file with mode: 0644]
usr.sbin/rad/rad.8 [new file with mode: 0644]
usr.sbin/rad/rad.c [new file with mode: 0644]
usr.sbin/rad/rad.conf.5 [new file with mode: 0644]
usr.sbin/rad/rad.h [new file with mode: 0644]