[Bug 250459] rtsold missing option to set fib

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 19 12:44:51 UTC 2020


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 at FreeBSD.org
          Reporter: dinoex at 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.


More information about the freebsd-bugs mailing list