Date: Thu, 14 Jul 2016 08:26:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211106] [net][fib][loopback][route] loopback route added only to interface fib, even if net.add_addr_allfibs = 1 Message-ID: <bug-211106-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: daemon.hammer@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211106-8>
