Date: Mon, 19 Oct 2020 12:44:50 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 250459] rtsold missing option to set fib Message-ID: <bug-250459-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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: bugs@FreeBSD.org Reporter: dinoex@FreeBSD.org 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250459-227>
