ofproto: Drop remote command execution feature.
[openvswitch] / vswitchd / bridge.c
index 040c7f382de42564ed97b0c170f9333be8e26a66..4cf1b86f8f4931d57a34e23788e101b83a72b2a5 100644 (file)
@@ -1456,8 +1456,6 @@ bridge_reconfigure_controller(const struct ovsrec_open_vswitch *ovs_cfg,
         rate_limit = c->controller_rate_limit ? *c->controller_rate_limit : 0;
         burst_limit = c->controller_burst_limit ? *c->controller_burst_limit : 0;
         ofproto_set_rate_limit(br->ofproto, rate_limit, burst_limit);
-
-        ofproto_set_remote_execution(br->ofproto, NULL, NULL); /* XXX */
     } else {
         union ofp_action action;
         flow_t flow;