CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/08 03:02:55
Modified files:
sys/net : route.c
Log message:
Fix confusion around rtlabelid and rtableid in rt_ifa_add() and rt_ifa_del().
The routing labels have nothing todo with rdomains and routing tables.
Remove the unneeded rdomain check. With this rtlabel on interfaces work again.
OK kn@
