Re: [ovs-dev] [PATCH ovn] sbctl: add the capability to configure static mac_bindings entries

2021-10-14 Thread Lorenzo Bianconi
On Oct 11, Mark Gray wrote: > On 28/09/2021 19:28, Lorenzo Bianconi wrote: > > Introduce the two following commands to configure and dump static > > L2 address bindings: > > > > $ovn-sbctl set-mac-binding 192.168.1.100 00:11:22:33:44:55 vif0 > > $ovn-sbctl list-mac-binding > > [ 192.168.1.100

Re: [ovs-dev] [PATCH ovn] sbctl: add the capability to configure static mac_bindings entries

2021-10-11 Thread Mark Gray
On 28/09/2021 19:28, Lorenzo Bianconi wrote: > Introduce the two following commands to configure and dump static > L2 address bindings: > > $ovn-sbctl set-mac-binding 192.168.1.100 00:11:22:33:44:55 vif0 > $ovn-sbctl list-mac-binding > [ 192.168.1.100 00:11:22:33:44:55 S ] Is there any reason

Re: [ovs-dev] [PATCH ovn] sbctl: add the capability to configure static mac_bindings entries

2021-09-28 Thread 0-day Robot
Bleep bloop. Greetings Lorenzo Bianconi, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 80 characters long (recommended limit is 79) #56 FILE:

[ovs-dev] [PATCH ovn] sbctl: add the capability to configure static mac_bindings entries

2021-09-28 Thread Lorenzo Bianconi
Introduce the two following commands to configure and dump static L2 address bindings: $ovn-sbctl set-mac-binding 192.168.1.100 00:11:22:33:44:55 vif0 $ovn-sbctl list-mac-binding [ 192.168.1.100 00:11:22:33:44:55 S ] https://bugzilla.redhat.com/show_bug.cgi?id=1845111 Signed-off-by: Lorenzo