Re: [ovs-discuss] How do I add a network to an existing logical router port?

2020-04-10 Thread Brendan Doyle
Thanks, Turns out I did not need it in the end, but the command to do it was: 'ovn-nbctl add logical_router_port lgi_vcn1-ls_external_vcn1 networks "10.0.0.0/8"' But from the man page I would have expected that "ovn-nbctl --may-exist lrp-add " should have worked, else why the need for " --m

Re: [ovs-discuss] How do I add a network to an existing logical router port?

2020-04-10 Thread Numan Siddique
On Fri, Apr 10, 2020 at 5:57 PM Brendan Doyle wrote: > > Thanks, > > Turns out I did not need it in the end, but the command to do it was: > > 'ovn-nbctl add logical_router_port lgi_vcn1-ls_external_vcn1 networks > "10.0.0.0/8"' > > But from the man page I would have expected that "ovn-nbctl --may

Re: [ovs-discuss] Combined Kernel and DPDK with Same Interface

2020-04-10 Thread Lazuardi Nasution
Hi Greg, Tonghao, In case I use option No.2, how to make encapsulated traffic inside a VLAN? Should I do following steps? * Create representor ports of VFs * Make bonding of created VFs (the VF are from member bonded PFs) * Create VLAN of bonded VFs * Give IP for created VLAN * Use created IP for

Re: [ovs-discuss] OVN - Opaque metadata on logical switch ports to simplify network policies

2020-04-10 Thread Han Zhou
On Thu, Apr 9, 2020 at 4:54 PM Mark Michelson wrote: > > On 4/2/20 7:30 AM, Dumitru Ceara wrote: > > Hi all, > > > > I'd like to bring up to discussion the following feature request that > > would make the life of some CMSs easier when implementing network > > policies with OVN ACLs. > > > > If OV