On Wed, 15 Jul 2015 17:06:36 -0700
Roopa Prabhu wrote:
> From: Roopa Prabhu
>
> This patch replaces exits with returns in
> ip route get command handling. This allows batching
> of ip route get commands.
>
> $cat route_get_batch.txt
> route get 10.0.14.2
> route get 12.0.14.2
> route get 10.0.
From: Roopa Prabhu
This patch replaces exits with returns in
ip route get command handling. This allows batching
of ip route get commands.
$cat route_get_batch.txt
route get 10.0.14.2
route get 12.0.14.2
route get 10.0.14.4
$ip -batch route_get_batch.txt
local 10.0.14.2 dev lo src 10.0.14.2