CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/01 05:19:46
Modified files:
sys/net : if.c
Log message:
The egress group is automatically added to any interface that has a
default route pointing to it. However, not all default routes are
usable for traffic. Both blackhole and reject routes are unreachable,
so do not add those to the egress group.
found the hard way by tb@, debugged by myself and claudio@
OK tb@ claudio@
