https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211106

            Bug ID: 211106
           Summary: [net][fib][loopback][route] loopback route added only
                    to interface fib, even if net.add_addr_allfibs = 1
           Product: Base System
           Version: 10.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

# sysctl net.add_addr_allfibs
net.add_addr_allfibs: 1

# ifconfig net0 inet 1.1.1.1/24 fib 1

# setfib 0 netstat -rn
Destination        Gateway            Flags      Netif Expire
1.1.1.0/24         link#1             U          net0

# setfib 1 netstat -rn
Destination        Gateway            Flags      Netif Expire
1.1.1.0/24         link#1             U          net0
1.1.1.1            link#1             UHS         lo0

# setfib 2 netstat -rn
Destination        Gateway            Flags      Netif Expire
1.1.1.0/24         link#1             U          net0

-- 
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]"

Reply via email to