Re: [ovs-dev] [PATCH v2 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-21 Thread Ben Pfaff
On Thu, Jan 21, 2016 at 09:11:19AM -0500, Russell Bryant wrote: > On 01/20/2016 05:43 PM, Ben Pfaff wrote: > > On Wed, Jan 20, 2016 at 05:33:16PM -0500, Russell Bryant wrote: > >> While debugging a broken OVN environment yesterday, the problem turned > >> out to be invalid entries in the logical po

Re: [ovs-dev] [PATCH v2 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-21 Thread Russell Bryant
On 01/20/2016 05:43 PM, Ben Pfaff wrote: > On Wed, Jan 20, 2016 at 05:33:16PM -0500, Russell Bryant wrote: >> While debugging a broken OVN environment yesterday, the problem turned >> out to be invalid entries in the logical port addresses column. In >> particular, the following command had been u

Re: [ovs-dev] [PATCH v2 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-20 Thread Ben Pfaff
On Wed, Jan 20, 2016 at 05:33:16PM -0500, Russell Bryant wrote: > While debugging a broken OVN environment yesterday, the problem turned > out to be invalid entries in the logical port addresses column. In > particular, the following command had been used: > > $ ovn-nbctl lport-set-addresses lp

[ovs-dev] [PATCH v2 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-20 Thread Russell Bryant
While debugging a broken OVN environment yesterday, the problem turned out to be invalid entries in the logical port addresses column. In particular, the following command had been used: $ ovn-nbctl lport-set-addresses lp0 MAC IP instead of: $ ovn-nbctl lport-set-addresses lp0 "MAC IP" Thi