commit | 84c49d8c3e4abefb0a41a77b25aa37ebe8d6b743 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Mon Jan 24 05:45:46 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 24 23:18:18 2011 -0800 |
tree | 92ae1276bf9e2a6be451f7e7bf4cc73486b0df42 | |
parent | acd1130e8793fb150fb522da8ec51675839eb4b1 [diff] |
veth: remove unneeded ifname code from veth_newlink() The code is not needed because tb[IFLA_IFNAME] is already processed in rtnl_newlink(). Remove this redundancy. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>