diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2014-12-08 22:04:21 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-09 23:24:47 (GMT) |
commit | 4a5fdfe8b3669070112105573f2d7c487ec7ad0d (patch) | |
tree | a3e7395fb7be1122c66d3bd31ccff0a224eda620 | |
parent | 1d460b988d97c5283e85c5bd00a7aafd5f1304b7 (diff) | |
download | linux-4a5fdfe8b3669070112105573f2d7c487ec7ad0d.tar.xz |
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 05f0869..b03ee8f 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include/uapi/linux/if_bridge.h @@ -105,7 +105,6 @@ struct __fdb_entry { #define BRIDGE_MODE_VEB 0 /* Default loopback mode */ #define BRIDGE_MODE_VEPA 1 /* 802.1Qbg defined VEPA mode */ -#define BRIDGE_MODE_SWDEV 2 /* Full switch device offload */ #define BRIDGE_MODE_UNDEF 0xFFFF /* mode undefined */ /* Bridge management nested attributes |