From 6e9231f70f31317619d43838f54fc6abce3942ac Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Thu, 1 May 2014 09:50:59 +1200 Subject: [PATCH] bridge: Remove traces of flow-eviction-threshold. This configuration option was shifted in 2.0, then removed in 2.1. Remove the misleading log message. Signed-off-by: Joe Stringer Acked-by: Ethan Jackson --- vswitchd/bridge.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 84e9ab82b..12852b420 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -626,13 +626,6 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg) bridge_configure_stp(br); bridge_configure_tables(br); bridge_configure_dp_desc(br); - - if (smap_get(&br->cfg->other_config, "flow-eviction-threshold")) { - /* XXX: Remove this warning message eventually. */ - VLOG_WARN_ONCE("As of June 2013, flow-eviction-threshold has been" - " moved to the Open_vSwitch table. Ignoring its" - " setting in the bridge table."); - } } free(managers); -- 2.43.0