[ovs-discuss] ovs-vsctl br-get-external-id displays nothing after mappings set

Numan Siddique numans at ovn.org
Fri Apr 17 15:10:21 UTC 2020


On Fri, Apr 17, 2020 at 8:10 PM Brendan Doyle <brendan.doyle at oracle.com> wrote:
>
> Hi,
>
> Am I missing something here, after setting bridge mappings for
> external-ids, I would have thought
> that 'ovs-vsctl br-get-external-id' would show them?
>
> #ovs-vsctl set Open_vSwitch . external-ids:ovn-bridge-mappings=physnet:br-ex
> #ovs-vsctl br-get-external-id br-ext
>
> Nothing??

You need to run - "ovs-vsctl list open_vswitch"
or
 ovs-vsctl get open_vswitch . external_ids

Thanks
Numan

>
> #ovs-vsctl --columns=name,external-ids list Interface
>
> name                : ovn-ca-rai-0
> external_ids        : {}
>
> name                : patch-br-int-to-ln-ls_external_vcn2
> external_ids        : {}
>
> name                : patch-ln-ls_external_vcn2-to-br-int
> external_ids        : {}
>
> name                : br-int
> external_ids        : {}
>
> name                : br-ext
> external_ids        : {}
>
> name                : ovn-ca-rai-1
> external_ids        : {}
>
> name                : bond0
> external_ids        : {}
>
> _______________________________________________
> discuss mailing list
> discuss at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


More information about the discuss mailing list