[Bug 211106] [net][fib][loopback][route] loopback route added only to interface fib, even if net.add_addr_allfibs = 1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 14 08:26:16 UTC 2016


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: freebsd-bugs at FreeBSD.org
          Reporter: daemon.hammer at ya.ru

# 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.


More information about the freebsd-bugs mailing list