Brian Somers
02a5d63eff
Only call rt_getifa() if we've either been passed a gateway or
...
if we've been given an RTA_IFP or changed RTA_IFA sockaddr.
This fixes the following bug:
>/dev/tun100
>/dev/tun101
ifconfig tun100 1.2.3.4 5.6.7.8
ifconfig tun101 1.2.3.4 6.7.8.9
route change 6.7.8.9 -ifa 1.2.3.4 -iface -mtu 500
which erroneously changed tun101's host route to have an ifp of tun100
(rt_getifa() sets the ifp after calling ifa_ifwithnet(1.2.3.4))
This incarnation submitted by: ru
2001-12-19 16:03:27 +00:00
..
2000-12-27 22:20:13 +00:00
2001-10-05 19:04:23 +00:00
2001-12-14 22:17:54 +00:00
2001-07-31 23:27:06 +00:00
2001-12-14 22:17:54 +00:00
2001-11-24 01:47:50 +00:00
2001-11-04 22:56:25 +00:00
2001-05-01 08:13:21 +00:00
2001-12-03 17:28:27 +00:00
2001-10-14 20:17:53 +00:00
2001-10-14 20:17:53 +00:00
2001-06-15 07:32:25 +00:00
2001-12-14 19:28:06 +00:00
2001-12-10 08:09:49 +00:00
2001-12-14 19:28:06 +00:00
2001-12-17 07:49:34 +00:00
2001-10-14 20:17:53 +00:00
2001-09-26 23:50:17 +00:00
2001-09-26 23:50:17 +00:00
2001-05-26 09:27:08 +00:00
2001-12-14 19:32:47 +00:00
2001-12-14 19:32:47 +00:00
2001-05-26 09:27:08 +00:00
2001-05-26 09:27:08 +00:00
2001-10-17 04:12:29 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-10-27 20:31:24 +00:00
2001-06-11 12:39:29 +00:00
2001-10-01 18:14:49 +00:00
2001-12-07 01:32:40 +00:00
2001-09-07 07:19:12 +00:00
2001-12-14 19:32:47 +00:00
2001-09-05 01:06:21 +00:00
2001-09-21 22:46:54 +00:00
2001-06-01 15:51:10 +00:00
2001-04-04 14:18:57 +00:00
2001-12-14 19:32:47 +00:00
2001-09-05 21:10:28 +00:00
2001-11-21 20:29:08 +00:00
2001-10-17 19:40:44 +00:00
2001-12-14 17:56:12 +00:00
2001-02-18 17:54:52 +00:00
2001-03-18 05:41:07 +00:00
2001-07-26 19:14:52 +00:00
2001-06-11 12:39:29 +00:00
2001-12-14 17:56:12 +00:00
2001-02-04 13:13:25 +00:00
2001-10-22 08:46:23 +00:00
2001-08-06 19:40:01 +00:00
2001-05-01 08:13:21 +00:00
2001-06-11 12:39:29 +00:00
2001-09-12 08:38:13 +00:00
2001-11-17 03:07:11 +00:00
2001-09-12 08:38:13 +00:00
2001-11-17 03:07:11 +00:00
2001-11-28 16:15:52 +00:00
2001-11-22 04:50:44 +00:00
2001-12-19 16:03:27 +00:00