set default bridge priority to 0x7FFF
[project/netifd.git] / system.h
index 1b16bb9..691667c 100644 (file)
--- 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 {