X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=12852b420dcfa4bd31ef35de7e9f396189d92838;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=84e9ab82b3639b83379f7d03b373ea3d02327d2a;hpb=6a5f9a8fbdfa85795101b46ee1047dfd2b1007c6;p=sliver-openvswitch.git 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);