https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250459
Bug ID: 250459
Summary: rtsold missing option to set fib
Product: Base System
Version: 12.1-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
I have a multi homed network.
I use different routing tables with "setfib"
/etc/rc.conf:
ifconfig_vlan5_ipv6="inet6 accept_rtadv fib 5"
rtsold_enable="YES"
rtsold_flags="-dD vlan5"
Setting up rtsolvd does not work.
It is unaware of setfib.
I would prefer if rtsold has an option to set the fib.
Workaround:
Shell script : /root/bin/rtsold5
#!/bin/sh
exec /usr/sbin/setfib 5 /usr/sbin/rtsold "${@}"
/etc/rc.conf:
rtsold_program="/root/bin/rtsold5"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"