|
|
@@ -118,6 +118,7 @@ enum {
|
|
|
IFLA_BRIDGE_FLAGS,
|
|
|
IFLA_BRIDGE_MODE,
|
|
|
IFLA_BRIDGE_VLAN_INFO,
|
|
|
+ IFLA_BRIDGE_VLAN_TUNNEL_INFO,
|
|
|
__IFLA_BRIDGE_MAX,
|
|
|
};
|
|
|
#define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1)
|
|
|
@@ -134,6 +135,16 @@ struct bridge_vlan_info {
|
|
|
__u16 vid;
|
|
|
};
|
|
|
|
|
|
+enum {
|
|
|
+ IFLA_BRIDGE_VLAN_TUNNEL_UNSPEC,
|
|
|
+ IFLA_BRIDGE_VLAN_TUNNEL_ID,
|
|
|
+ IFLA_BRIDGE_VLAN_TUNNEL_VID,
|
|
|
+ IFLA_BRIDGE_VLAN_TUNNEL_FLAGS,
|
|
|
+ __IFLA_BRIDGE_VLAN_TUNNEL_MAX,
|
|
|
+};
|
|
|
+
|
|
|
+#define IFLA_BRIDGE_VLAN_TUNNEL_MAX (__IFLA_BRIDGE_VLAN_TUNNEL_MAX - 1)
|
|
|
+
|
|
|
struct bridge_vlan_xstats {
|
|
|
__u64 rx_bytes;
|
|
|
__u64 rx_packets;
|