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

Numan Siddique numans at ovn.org
Thu Apr 9 17:44:57 UTC 2020


On Thu, Apr 9, 2020 at 11:00 PM Brendan Doyle <brendan.doyle at oracle.com> wrote:
>
> OK thanks, I looked though the documentation and man pages and could not
> find any hints.

If there is a requirement to add more networks, I think ovn-nbctl can
be enhanced
with a new command like - lrp-add-network for example.

ovs-vsctl/ovn-nbctl/ovn-sbctl supports generic database commands like
add/set/del/create/destroy etc.

Please see "man ovn-nbctl" and see for "DATABASE COMMANDS" section.

Thanks
Numan

>
>
> On 09/04/2020 18:26, Numan Siddique wrote:
> > On Thu, Apr 9, 2020 at 10:47 PM Brendan Doyle <brendan.doyle at oracle.com> wrote:
> >> Hi,
> >>
> >>
> >> How can I add a network to an existing lrp port, I thought I might be
> >> able to use
> >> --may-exist but:
> >>
> >>    ovn-nbctl --may-exist lrp-add lgi_vcn1 lgi_vcn1-ls_external_vcn1
> >> 40:44:00:00:00:c0 172.20.1.105/24 10.0.0.0/8
> >> ovn-nbctl: lgi_vcn1-ls_external_vcn1: port already exists with different
> >> network
> >>
> > One way to add this is:
> >
> > ovn-nbctl add logical_router_port lgi_vcn1 networks "10.0.0.0/8"
> >
> > Thanks
> > Numan
> >
> >> Thanks
> >>
> >> Brendan
> >>
> >> _______________________________________________
> >> discuss mailing list
> >> discuss at openvswitch.org
> >> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
> _______________________________________________
> discuss mailing list
> discuss at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>


More information about the discuss mailing list