diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2014-12-08 17:04:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-09 18:24:47 -0500 |
commit | 4a5fdfe8b3669070112105573f2d7c487ec7ad0d (patch) | |
tree | a3e7395fb7be1122c66d3bd31ccff0a224eda620 | |
parent | 1d460b988d97c5283e85c5bd00a7aafd5f1304b7 (diff) |
bridge: remove mode BRIDGE_MODE_SWDEV
This patch removes bridge mode swdev.
Users can use BRIDGE_FLAGS_SELF to indicate swdev offload
if needed.
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/uapi/linux/if_bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h index 05f08695c6c9..b03ee8f62d3c 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include/uapi/linux/if_bridge.h | |||
@@ -105,7 +105,6 @@ struct __fdb_entry { | |||
105 | 105 | ||
106 | #define BRIDGE_MODE_VEB 0 /* Default loopback mode */ | 106 | #define BRIDGE_MODE_VEB 0 /* Default loopback mode */ |
107 | #define BRIDGE_MODE_VEPA 1 /* 802.1Qbg defined VEPA mode */ | 107 | #define BRIDGE_MODE_VEPA 1 /* 802.1Qbg defined VEPA mode */ |
108 | #define BRIDGE_MODE_SWDEV 2 /* Full switch device offload */ | ||
109 | #define BRIDGE_MODE_UNDEF 0xFFFF /* mode undefined */ | 108 | #define BRIDGE_MODE_UNDEF 0xFFFF /* mode undefined */ |
110 | 109 | ||
111 | /* Bridge management nested attributes | 110 | /* Bridge management nested attributes |