CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/04/15 23:28:30
Modified files: sbin/slaacd : slaacd.c usr.sbin/slaacctl: slaacctl.c Log message: Make the control socket name depend on the routing domain we are in. That way, when slaacd gets started in a different rdomain with route exec things just work, no need to provide an alternative control socket. Pointed out by claudio Original diff by benno, but I like my bikeshed purple. OK benno, claudio