commit | 5933fea7aa7237ba52d67c069c39ad5c3ab7a036 | [log] [tgz] |
---|---|---|
author | Mahesh Bandewar <maheshb@google.com> | Sat Dec 06 15:53:33 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 09 16:10:06 2014 -0500 |
tree | d3e2a240606e79cc961337001297e8609ecc1220 | |
parent | 764e433b3c43d47e2d19e4bd32fec093421b9cff [diff] |
ipvlan: move the device check function into netdevice.h Move the port check [ipvlan_dev_master()] and device check [ipvlan_dev_slave()] functions to netdevice.h and rename them netif_is_ipvlan_port() and netif_is_ipvlan() resp. to be consistent with macvlan api naming. Signed-off-by: Mahesh Bandewar <maheshb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>