X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=ec3633c405a9947b10bbe0ec2b819058ce0f521d;hb=efc295d2e6322c9382e3808ba845c6d0ed056ee4;hp=423da10ff7ff8c839b757332e551027013609aec;hpb=ca843648e3b4181a52a398b902e5e69221976476;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 423da10ff..ec3633c40 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -474,7 +474,7 @@ collect_in_band_managers(const struct ovsrec_open_vswitch *ovs_cfg, struct sockaddr_in *sin = &managers[n_managers]; if (stream_parse_target_with_default_port(target, - JSONRPC_TCP_PORT, + OVSDB_OLD_PORT, sin)) { n_managers++; }