[Openstack] 回复: use rdo install neutron ml2+vxlan

nathan.nxu nathan.nxu at gmail.com
Mon Aug 11 02:44:51 UTC 2014


Actually br-int and br-tun are connected through veth pair.  it's already created in your case, see interface "patch-tun" in br-int and "patch-int" in br-tun

-Nathan.nxu
发件人: ttjiang
发送时间: 2014-08-11 10:28
收件人: openstack at lists.openstack.org
主题: [Openstack] use rdo install neutron ml2+vxlan
hi all:
I just use rdo to install neutron, I have some questions

After I finished.
I run this command,I can not see br-tun
ovs-vsctl show
876d6e88-b3fc-4709-8e29-5e61fbbd1001
    Bridge br-ex
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "1.11.0"
but I then run this command again,br-tun appear now,what happen about this
ovs-vsctl show
876d6e88-b3fc-4709-8e29-5e61fbbd1001
    Bridge br-tun
        Port br-tun
            Interface br-tun
                type: internal
    Bridge br-ex
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "1.11.0"

I run this command,just see LOCAL(br-tun):,is that normal ?I think the br-tun must have the port to br-int?
ovs-ofctl show br-tun
OFPT_FEATURES_REPLY (xid=0x2): dpid:0000a298acde9a47
n_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
LOCAL(br-tun): addr:a2:98:ac:de:9a:47
     config:     0
     state:      0
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0



any people can give me some help,thanks




ttjiang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140811/2d9be6c1/attachment.html>


More information about the Openstack mailing list