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

2016-01-20 Thread Russell Bryant
On 01/20/2016 05:00 PM, Ben Pfaff wrote: > On Thu, Jan 14, 2016 at 11:03:14AM -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 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-20 Thread Ben Pfaff
On Thu, Jan 14, 2016 at 11:03:14AM -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 1/2] ovn-nbctl: Help catch lport-set-addresses mistakes.

2016-01-14 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