Hi All,

I wanted to understand, what is the command to list the type of the Port 
attached to the OVS switch. 

'The ovs-vsctl show' lists only if the port's type is internal, or one of the 
dpdk ports. I tried adding Physical ports and tap interfaces to the Vswitch. 
The type is not getting reflected in the command output. Is this a bug?

root@ubuntu:~# ovs-vsctl show
8cc535d2-1ef3-4ba2-ab68-c08cd1cd7893
    Bridge "br1"
        Port "br1"
            Interface "br1"
                type: internal
    Bridge "br0"
        Port "tap3"
            Interface "tap3"
                error: "could not open network device tap3 (No such device)"
        Port "eth5"
            Interface "eth5"
        Port "tap2"
            Interface "tap2"
                error: "could not open network device tap2 (No such device)"
        Port "br0"
            Interface "br0"
                type: internal
        Port "tap8"
            Interface "tap8"
        Port "tap4"
            Interface "tap4"
        Port "tap1"





Thanks in advance.

Regards,
Sharmila

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to