aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-06-19 10:03:56 +0200
committerDavid S. Miller <davem@davemloft.net>2017-06-20 13:37:02 -0400
commitdc5321d79697db1b610c25fa4fad1aec7533ea3e (patch)
treec94df6be348fb59f0f7c298918d1fbacd39b92c2 /include/net/vxlan.h
parentvxlan: refactor verification and application of configuration (diff)
downloadlinux-dev-dc5321d79697db1b610c25fa4fad1aec7533ea3e.tar.xz
linux-dev-dc5321d79697db1b610c25fa4fad1aec7533ea3e.zip
vxlan: get rid of redundant vxlan_dev.flags
There is no good reason to keep the flags twice in vxlan_dev and vxlan_config. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r--include/net/vxlan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index 49a59202f85e..479bb75789ea 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -232,7 +232,6 @@ struct vxlan_dev {
struct net_device *dev;
struct net *net; /* netns for packet i/o */
struct vxlan_rdst default_dst; /* default destination */
- u32 flags; /* VXLAN_F_* in vxlan.h */
struct timer_list age_timer;
spinlock_t hash_lock;