aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.h
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-04-16 03:49:09 -0400
committerDavid S. Miller <davem@davemloft.net>2008-04-16 03:49:09 -0400
commitd9ed0f0e2dba45eec79ffbdd841757f87712349b (patch)
tree8a8db88cb7d5376052c1adb639f0825fee3086a3 /net/8021q/vlan.h
parenta9fde2607895667823e9d1172fc193087125ef68 (diff)
[VLAN]: Introduce the vlan_net structure and init/exit net ops.
Unlike TUN, it is empty from the very beginning, and will be eventually populated later. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q/vlan.h')
-rw-r--r--net/8021q/vlan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h
index 51271aea402b..f27d8d6f3625 100644
--- a/net/8021q/vlan.h
+++ b/net/8021q/vlan.h
@@ -50,4 +50,9 @@ static inline int is_vlan_dev(struct net_device *dev)
50 return dev->priv_flags & IFF_802_1Q_VLAN; 50 return dev->priv_flags & IFF_802_1Q_VLAN;
51} 51}
52 52
53extern int vlan_net_id;
54
55struct vlan_net {
56};
57
53#endif /* !(__BEN_VLAN_802_1Q_INC__) */ 58#endif /* !(__BEN_VLAN_802_1Q_INC__) */