kevlo c7105822b4 In rtinit1(), before rtrequest1_fib() is called, info.rti_flags is
initialized by flags (function argument) or-ed with ifa->ifa_flags.
If both NIC has a loopback route to itself, so IFA_RTSELF is set on ifa(s).
As IFA_RTSELF is defined by RTF_HOST, rtrequest1_fib() is called with
RTF_HOST flag even if netmask is not NULL. Consequently, netmask is set
to zero in rtrequest1_fib(), and request to add network route is changed
under hands to request to add host route.

Tested by:	Andrew Boyer <aboyer at averesystems.com>
Submitted by:	Svatopluk Kraus <onwahe at gmail dot com>
Approved by:	re (hrs)
2011-08-08 05:25:51 +00:00
..
2011-05-22 09:58:48 +00:00
MFC
2011-05-09 18:53:13 +00:00
2011-07-08 10:58:56 +00:00
2011-07-25 09:12:48 +00:00
MFC
2011-05-27 16:09:10 +00:00
2011-08-02 23:49:23 +00:00
2011-07-25 09:12:48 +00:00