[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150921.153637.12993039889083787.davem@davemloft.net>
Date: Mon, 21 Sep 2015 15:36:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dsa@...ulusnetworks.com
Cc: stephen@...workplumber.org, netdev@...r.kernel.org
Subject: Re: [iproute2 net-next] ip route: Add RTM_F_LOOKUP_TABLE flag and
show table id
From: David Ahern <dsa@...ulusnetworks.com>
Date: Mon, 21 Sep 2015 16:23:13 -0600
> With the new flag a AND kernel that supports it ip will only show the
> table id IF it is not main:
>
> root@...wheezy2:~# ./ip route get 10.0.0.20
> 10.0.0.20 dev eth0 src 10.0.0.2
> cache
>
> root@...wheezy2:~# ./ip route get 10.2.1.254
> 10.2.1.254 dev eth1 table 10 src 10.2.1.2
> cache
>
> That's my point. I have not changed existing users.
Ok, thanks for the clarification. I misread the conditional
statements around the area your patch touches, sorry.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists