summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-23 16:04:36 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-04-23 16:05:14 +0200
commit0f0fa4f1c8cb4f793c3dddd1edd1420483e9e325 (patch)
tree484429bf1921ed106c634ed22b2f2ab28eeadc71 /system.h
parent2008ae9a80fb82b0018fd510043c291b58e7cc46 (diff)
downloadnetifd-0f0fa4f1c8cb4f793c3dddd1edd1420483e9e325.tar.gz
set default bridge priority to 0x7FFF
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/system.h b/system.h
index 1b16bb9..691667c 100644
--- a/system.h
+++ b/system.h
@@ -38,7 +38,6 @@ enum bridge_opt {
BRIDGE_OPT_AGEING_TIME = (1 << 0),
BRIDGE_OPT_HELLO_TIME = (1 << 1),
BRIDGE_OPT_MAX_AGE = (1 << 2),
- BRIDGE_OPT_PRIORITY = (1 << 3),
};
struct bridge_config {