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
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
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