Alan Somers
0489b8916e
Fix host and network routes for new interfaces when net.add_addr_allfibs=0
...
sys/net/route.c
In rtinit1, use the interface fib instead of the process fib. The
latter wasn't very useful because ifconfig(8) is usually invoked
with the default process fib. Changing ifconfig(8) to use setfib(2)
would be redundant, because it already sets the interface fib.
tests/sys/netinet/fibs_test.sh
Clear the expected ATF failure
sys/net/if.c
Pass the interface fib in calls to rtrequest1_fib and rtalloc1_fib
sys/netinet/in.c
sys/net/if_var.h
Add a fibnum argument to ifa_switch_loopback_route, a subroutine of
in_scrubprefix. Pass it the interface fib.
PR: kern/187549
Reviewed by: melifaro
MFC after: 3 weeks
Sponsored by: Spectra Logic Corporation
2014-04-24 17:23:16 +00:00
..
2012-12-10 16:14:44 +00:00
2014-03-19 13:10:25 +00:00
2013-11-01 20:53:49 +00:00
2013-10-28 20:32:05 +00:00
2012-12-10 16:14:44 +00:00
2013-10-26 17:58:36 +00:00
2013-04-26 12:50:32 +00:00
2014-03-05 02:35:15 +00:00
2014-02-17 12:07:17 +00:00
2014-01-18 23:24:51 +00:00
2013-07-26 19:41:13 +00:00
2013-11-15 16:03:32 +00:00
2013-04-26 12:50:32 +00:00
2014-03-14 02:58:48 +00:00
2013-07-09 09:50:15 +00:00
2013-04-26 12:50:32 +00:00
2013-10-26 17:58:36 +00:00
2014-03-13 03:42:24 +00:00
2013-10-28 07:29:16 +00:00
2013-10-28 20:32:05 +00:00
2013-04-26 12:50:32 +00:00
2014-03-05 01:17:47 +00:00
2014-01-18 23:24:51 +00:00
2013-10-26 17:58:36 +00:00
2013-10-26 17:58:36 +00:00
2014-03-13 03:42:24 +00:00
2014-03-15 00:57:50 +00:00
2014-03-05 01:17:47 +00:00
2014-03-14 06:29:43 +00:00
2013-10-26 17:58:36 +00:00
2013-11-15 12:12:50 +00:00
2013-04-26 12:50:32 +00:00
2014-03-14 06:29:43 +00:00
2014-03-14 02:58:48 +00:00
2014-04-15 13:28:54 +00:00
2013-12-30 01:32:17 +00:00
2013-05-06 16:42:18 +00:00
2013-08-27 16:45:00 +00:00
2014-03-14 06:29:43 +00:00
2013-10-27 17:27:06 +00:00
2013-10-26 17:58:36 +00:00
2014-02-25 18:44:33 +00:00
2014-03-14 06:29:43 +00:00
2014-03-14 02:58:48 +00:00
2014-03-05 01:17:47 +00:00
2014-01-07 15:59:33 +00:00
2014-03-14 06:29:43 +00:00
2014-03-14 02:58:48 +00:00
2014-04-24 17:23:16 +00:00
2013-10-28 20:32:05 +00:00
2014-04-15 21:48:35 +00:00
2014-04-24 17:23:16 +00:00
2014-03-13 03:42:24 +00:00
2013-10-29 17:48:08 +00:00
2014-03-15 06:49:32 +00:00
2013-11-26 15:23:56 +00:00
2014-03-14 06:29:43 +00:00
2014-02-15 04:53:04 +00:00
2014-02-15 04:53:04 +00:00
2013-10-26 17:58:36 +00:00
2013-08-24 12:03:24 +00:00
2014-04-20 09:17:48 +00:00
2013-05-21 21:20:10 +00:00
2014-03-05 01:17:47 +00:00
2014-01-04 22:25:26 +00:00
2014-03-04 23:55:04 +00:00
2013-10-25 19:49:03 +00:00
2013-10-25 19:49:03 +00:00
2014-04-24 17:23:16 +00:00
2014-04-19 19:08:08 +00:00
2014-03-19 06:08:03 +00:00
2014-01-02 21:30:59 +00:00
2014-02-07 13:47:33 +00:00
2014-02-09 08:13:17 +00:00
2013-01-06 14:59:59 +00:00
2013-01-06 14:59:59 +00:00