Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-08-24 Thread Alex Wang
And branch 2.1, 2.0 On Mon, Aug 24, 2015 at 10:12 PM, Alex Wang wrote: > Just realized that this needs to be backported to branch-2.3, > > did that,~ > > Thanks, > Alex Wang, > > On Wed, Mar 11, 2015 at 2:05 PM, Alex Wang wrote: > >> >> On Wed, Mar 11, 2015 at 2:04 PM, Ben Pfaff wrote: >> >>>

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-08-24 Thread Alex Wang
Just realized that this needs to be backported to branch-2.3, did that,~ Thanks, Alex Wang, On Wed, Mar 11, 2015 at 2:05 PM, Alex Wang wrote: > > On Wed, Mar 11, 2015 at 2:04 PM, Ben Pfaff wrote: > >> Acked-by: Ben Pfaff >> > > Thx, applied to master, > __

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
On Wed, Mar 11, 2015 at 2:04 PM, Ben Pfaff wrote: > Acked-by: Ben Pfaff > Thx, applied to master, ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Ben Pfaff
On Wed, Mar 11, 2015 at 02:08:27PM -0700, Alex Wang wrote: > Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) > introduced a bug which causes the setting of 'ssl::6632' at xenserver > boot. Subsequently, at each bridge configuration, ovs will report > '|socket_util|ERR|:6632: ba

Re: [ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
Haven't heard from Jason, resend the patch~ On Wed, Mar 11, 2015 at 2:08 PM, Alex Wang wrote: > Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) > introduced a bug which causes the setting of 'ssl::6632' at xenserver > boot. Subsequently, at each bridge configuration, ovs wil

[ovs-dev] [PATCH V2] openvswitch-cfg-update: Fix incorrect controller config.

2015-03-11 Thread Alex Wang
Commit 032c09ddd10 (XenServer: Don't reset on xe-toolstack-restart) introduced a bug which causes the setting of 'ssl::6632' at xenserver boot. Subsequently, at each bridge configuration, ovs will report '|socket_util|ERR|:6632: bad IPv4 address ""' due to the empty address. The exact calltrace i