Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-18 Thread Vladislav Odintsov
Hi Numan, Han, please check this out (v3): https://patchwork.ozlabs.org/project/ovn/patch/20220218183814.2976667-1-odiv...@gmail.com/ Regards, Vladislav Odintsov > On 18 Feb 2022, at 20:16, Han Zhou wrote: > > On Thu, Feb 17, 2022 at 3:57 PM Numan Siddique wrote: >> >> On Thu, Feb 17, 2022

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-18 Thread Han Zhou
On Thu, Feb 17, 2022 at 3:57 PM Numan Siddique wrote: > > On Thu, Feb 17, 2022 at 5:50 PM Han Zhou wrote: > > > > On Thu, Feb 17, 2022 at 2:02 PM Numan Siddique wrote: > > > > > > On Thu, Feb 17, 2022 at 8:58 AM Vladislav Odintsov > > wrote: > > > > > > > > Hi Han, > > > > > > > > thanks for

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-17 Thread Numan Siddique
On Thu, Feb 17, 2022 at 5:50 PM Han Zhou wrote: > > On Thu, Feb 17, 2022 at 2:02 PM Numan Siddique wrote: > > > > On Thu, Feb 17, 2022 at 8:58 AM Vladislav Odintsov > wrote: > > > > > > Hi Han, > > > > > > thanks for the note about log message, I’ll fix this in v3 right after > the question

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-17 Thread Han Zhou
On Thu, Feb 17, 2022 at 2:02 PM Numan Siddique wrote: > > On Thu, Feb 17, 2022 at 8:58 AM Vladislav Odintsov wrote: > > > > Hi Han, > > > > thanks for the note about log message, I’ll fix this in v3 right after the question with other_config is resolved. > > Frankly speaking I also don’t

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-17 Thread Numan Siddique
On Thu, Feb 17, 2022 at 8:58 AM Vladislav Odintsov wrote: > > Hi Han, > > thanks for the note about log message, I’ll fix this in v3 right after the > question with other_config is resolved. > Frankly speaking I also don’t understand why to sync ovn-set-local-ip option > to other_config — > I

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-17 Thread Vladislav Odintsov
Hi Han, thanks for the note about log message, I’ll fix this in v3 right after the question with other_config is resolved. Frankly speaking I also don’t understand why to sync ovn-set-local-ip option to other_config — I did this only because Numan asked to do :) Regards, Vladislav Odintsov >

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-16 Thread Han Zhou
On Fri, Feb 11, 2022 at 11:22 AM Numan Siddique wrote: > > On Wed, Feb 9, 2022 at 6:33 PM Vladislav Odintsov wrote: > > > > When transport node has multiple interfaces (vlans) and > > ovn-encap-ip on different hosts need to be configured > > from different VLANs source IP for encapsulated packet

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-15 Thread Vladislav Odintsov
Hi Numan, I’ve submitted the v2, please check this out: https://patchwork.ozlabs.org/project/ovn/patch/20220215145442.2868060-1-odiv...@gmail.com/ Regards, Vladislav Odintsov > On 11 Feb 2022, at 22:12, Numan Siddique wrote: > > On Wed, Feb 9, 2022 at 6:33 PM Vladislav Odintsov

[ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-15 Thread Vladislav Odintsov
When transport node has multiple interfaces (vlans) and ovn-encap-ip on different hosts need to be configured from different VLANs source IP for encapsulated packet can be not the same, which is expected by remote system. Explicitely setting local_ip resolves such problem. Signed-off-by:

Re: [ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-11 Thread Numan Siddique
On Wed, Feb 9, 2022 at 6:33 PM Vladislav Odintsov wrote: > > When transport node has multiple interfaces (vlans) and > ovn-encap-ip on different hosts need to be configured > from different VLANs source IP for encapsulated packet > can be not the same, which is expected by remote system. > >

[ovs-dev] [PATCH ovn v2] controller: add ovn-set-local-ip option

2022-02-09 Thread Vladislav Odintsov
When transport node has multiple interfaces (vlans) and ovn-encap-ip on different hosts need to be configured from different VLANs source IP for encapsulated packet can be not the same, which is expected by remote system. Explicitely setting local_ip resolves such problem. Signed-off-by: