summaryrefslogtreecommitdiffstats
path: root/include/net/vrf.h
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2015-09-30 05:07:16 +0200
committerDavid S. Miller <davem@davemloft.net>2015-09-30 05:40:33 +0200
commit93a7e7e837af6846052481da974320c19ab82e5c (patch)
tree1b0372cdf0fd4fb77be732dd39a7866503b69941 /include/net/vrf.h
parentnet: Replace calls to vrf_dev_get_rth (diff)
downloadlinux-93a7e7e837af6846052481da974320c19ab82e5c.tar.xz
linux-93a7e7e837af6846052481da974320c19ab82e5c.zip
net: Remove the now unused vrf_ptr
Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/vrf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/vrf.h b/include/net/vrf.h
index 5bba1535ba73..e83fc38770dd 100644
--- a/include/net/vrf.h
+++ b/include/net/vrf.h
@@ -11,12 +11,6 @@
#ifndef __LINUX_NET_VRF_H
#define __LINUX_NET_VRF_H
-struct net_vrf_dev {
- struct rcu_head rcu;
- int ifindex; /* ifindex of master dev */
- u32 tb_id; /* table id for VRF */
-};
-
struct slave {
struct list_head list;
struct net_device *dev;