2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

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 <joestringer@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
Joe Stringer
2014-05-01 09:50:59 +12:00
parent 69d6040e86
commit 6e9231f70f

View File

@@ -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);