]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iptunnel: use ll_name_to_index() for physical interface lookup
authorPhil Sutter <phil@nwl.cc>
Fri, 13 Nov 2015 17:08:57 +0000 (18:08 +0100)
committerStephen Hemminger <shemming@brocade.com>
Mon, 23 Nov 2015 23:26:37 +0000 (15:26 -0800)
commit4b3cb96281ebf39fa63734c7879fbf078d1bfa7b
tree32cdcd4653a282f74ee7fd11ad7570023ee2da79
parent6ddb1e8c900668a22aaaf8d5f3b1586c0e88efcd
iptunnel: use ll_name_to_index() for physical interface lookup

Although the cache is only initialized in do_show(), this way it is at
least consistent with ip6tunnel.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/iptunnel.c