David Ahern
b5bdacf3bb
net: Propagate lookup failure in l3mdev_get_saddr to caller
...
Commands run in a vrf context are not failing as expected on a route lookup:
root@kenny:~# ip ro ls table vrf-red
unreachable default
root@kenny:~# ping -I vrf-red -c1 -w1 10.100.1.254
ping: Warning: source address might be selected on device other than vrf-red.
PING 10.100.1.254 (10.100.1.254) from 0.0.0.0 vrf-red: 56(84) bytes of data.
--- 10.100.1.254 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
Since the vrf table does not have a route for 10.100.1.254 the ping
should have failed. The saddr lookup causes a full VRF table lookup.
Propogating a lookup failure to the user allows the command to fail as
expected:
root@kenny:~# ping -I vrf-red -c1 -w1 10.100.1.254
connect: No route to host
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-01-04 22:58:30 -05:00
..
2015-04-11 22:28:27 -04:00
2015-11-05 04:04:00 +01:00
2015-02-20 17:35:14 -05:00
2014-12-10 15:33:16 -05:00
2015-09-21 16:03:04 -07:00
2015-11-10 23:47:32 +01:00
2015-10-14 06:01:07 -07:00
2015-10-28 06:44:45 +01:00
2012-06-17 16:29:38 -07:00
2015-12-06 22:31:51 -05:00
2015-09-18 21:59:31 +02:00
2015-10-21 00:49:25 +02:00
2015-08-26 11:01:44 -07:00
2015-09-24 12:26:08 -07:00
2015-09-17 13:20:05 +02:00
2013-07-31 17:50:01 -07:00
2015-11-23 12:29:58 -05:00
2015-11-01 12:14:47 -05:00
2014-09-18 10:54:36 +02:00
2015-03-04 00:23:23 -05:00
2011-11-30 18:51:03 -05:00
2015-06-28 16:55:44 -07:00
2015-11-02 22:52:24 -05:00
2014-11-10 13:27:49 -05:00
2015-07-27 01:05:24 -07:00
2015-08-30 18:08:50 -04:00
2014-01-13 17:39:11 +01:00
2011-08-08 14:26:29 -04:00
2015-11-03 10:54:58 +01:00
2015-09-30 13:16:44 +02:00
2015-08-17 21:33:06 -07:00
2015-02-11 14:46:37 -05:00
2015-07-20 12:41:30 -07:00
2015-05-13 14:31:43 -04:00
2015-04-09 00:02:26 -04:00
2014-02-09 17:32:50 -08:00
2013-12-06 12:37:56 -05:00
2015-03-06 21:50:02 -05:00
2013-12-10 21:50:00 -05:00
2013-09-20 14:49:32 -04:00
2015-09-17 17:18:37 -07:00
2013-09-20 14:49:32 -04:00
2014-02-09 17:32:49 -08:00
2014-02-09 17:32:49 -08:00
2015-11-01 15:56:11 -05:00
2013-01-09 23:59:53 -08:00
2015-11-04 21:59:22 -05:00
2015-10-08 04:27:02 -07:00
2015-12-14 23:52:00 -05:00
2013-11-07 19:28:58 -05:00
2015-09-23 15:33:15 -07:00
2015-09-09 14:19:50 -07:00
2013-03-26 12:32:13 -04:00
2015-09-01 16:46:08 -07:00
2015-10-07 04:27:42 -07:00
2014-02-12 07:02:11 +01:00
2014-11-12 15:01:35 -05:00
2013-09-20 14:49:33 -04:00
2014-09-30 01:02:26 -04:00
2015-09-24 12:25:23 -07:00
2015-08-27 15:42:48 -07:00
2015-08-10 14:03:54 -07:00
2015-08-31 15:17:17 -07:00
2014-11-05 16:30:03 -05:00
2013-09-20 14:49:33 -04:00
2014-02-06 09:34:58 +01:00
2015-09-30 13:16:44 +02:00
2015-03-23 22:12:09 -04:00
2015-10-03 04:32:42 -07:00
2015-03-18 22:00:35 -04:00
2015-11-02 22:46:09 -05:00
2015-10-23 05:42:21 -07:00
2014-05-07 15:30:52 -04:00
2015-11-02 22:47:14 -05:00
2015-10-23 05:42:21 -07:00
2015-12-07 17:07:33 -05:00
2015-10-20 06:08:27 -07:00
2015-12-16 00:14:12 -05:00
2014-08-24 18:09:23 -07:00
2015-11-15 17:12:37 -05:00
2015-12-03 11:32:06 -05:00
2015-11-16 14:14:32 -05:00
2015-11-03 13:41:45 -05:00
2015-11-16 14:14:32 -05:00
2015-09-24 09:34:43 +09:00
2015-10-12 19:44:16 -07:00
2010-02-16 23:05:38 -08:00
2015-12-02 23:37:16 -05:00
2014-11-24 04:28:49 -05:00
2015-02-28 21:31:12 +01:00
2016-01-04 22:58:30 -05:00
2013-09-21 14:01:38 -04:00
2014-10-14 02:18:27 +02:00
2013-09-21 14:01:38 -04:00
2013-09-21 14:01:38 -04:00
2014-12-10 15:21:24 -05:00
2015-05-11 10:50:17 -04:00
2013-09-21 14:01:38 -04:00
2014-01-01 22:22:43 -05:00
2013-09-21 14:01:38 -04:00
2013-09-21 14:01:38 -04:00
2014-12-10 15:21:24 -05:00
2013-09-21 14:01:38 -04:00
2014-01-03 20:56:48 -05:00
2015-10-08 04:27:03 -07:00
2015-11-20 11:39:40 +01:00
2015-10-21 00:49:24 +02:00
2013-12-06 12:37:56 -05:00
2014-09-22 16:23:15 -04:00
2015-10-23 06:26:42 -07:00
2014-11-05 23:52:33 -08:00
2013-10-01 17:06:14 -04:00
2015-12-01 15:07:59 -05:00
2015-08-10 13:46:21 -07:00
2015-08-07 11:50:56 +02:00
2011-05-27 13:41:33 -04:00
2013-09-21 14:01:39 -04:00
2014-08-07 20:55:21 -04:00
2015-09-30 13:16:44 +02:00
2014-02-08 10:36:58 -05:00
2013-09-21 14:01:39 -04:00
2015-09-30 13:16:44 +02:00
2013-09-21 14:01:39 -04:00
2015-03-02 13:06:31 -05:00
2014-10-06 18:02:32 -04:00
2015-08-27 14:18:48 -07:00
2014-05-23 16:28:53 -04:00
2013-09-23 01:51:08 -04:00
2013-09-23 01:51:08 -04:00
2013-09-23 01:51:08 -04:00
2014-01-21 23:17:20 -08:00
2014-12-17 11:49:55 +01:00
2015-10-16 00:52:19 -07:00
2013-09-23 01:51:08 -04:00
2016-01-04 22:58:30 -05:00
2015-10-21 19:15:20 -07:00
2015-12-03 14:59:05 -05:00
2013-09-23 01:51:09 -04:00
2014-06-02 11:00:41 -07:00
2014-10-15 07:48:18 +02:00
2015-12-16 11:44:17 -05:00
2013-12-19 18:51:20 -05:00
2013-09-23 01:51:09 -04:00
2015-11-16 15:24:37 -05:00
2013-10-21 18:43:02 -04:00
2015-03-12 22:58:12 -04:00
2015-10-23 05:42:21 -07:00
2015-07-09 15:12:20 -07:00
2014-01-19 19:53:18 -08:00
2015-10-26 22:24:22 -07:00
2015-08-29 13:07:54 -07:00
2015-03-02 13:06:31 -05:00
2015-02-04 01:34:15 -05:00
2013-07-27 22:14:06 -07:00
2015-12-05 18:15:29 -05:00
2013-09-23 16:29:40 -04:00
2014-09-05 17:35:28 -07:00
2013-09-23 16:29:41 -04:00
2010-04-22 16:12:36 -07:00
2015-12-11 19:22:06 -05:00