CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/04/14 00:44:59
Modified files: sbin/slaacd : slaacd.c Log message: When slaacd is run in a routing domain (rdomain) other than the default (0) it sends router solicitations and receives router advertisements only from interfaces that are in its own rdomain. It also only sees interfaces arriving, or departing in its own rdomain. However, for the default route there is rdomain cross-talk because slaacd configures the default route in the default rdomain (and fails). Make slaacd honour the rdomain it's running in as well. OK denis, phessler, benno