CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/03/27 12:10:38
Modified files: sbin/dhcpleased: dhcpleased.c Log message: If we want to configure default routes over multiple interfaces we need to provide the address of the interface behind which the default router is in case they are on the same subnet otherwise the kernel can't figure out which route we are talking about This happens for example when your wifi and wired networks are bridged. Pointed out by claudio some time ago.