Hello World,

I have and OpenvSwitch 1.8.0, installed from sources, on a CentOS 6.3
machine.

```
$ uname -a
Linux andreea.xxx.com 2.6.32-279.9.1.el6.x86_64 #1 SMP Tue Sep
43 25 21:43:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

$ ovs-vsctl --version
ovs-vsctl (Open vSwitch) 1.8.0
Compiled Sep  3 2012 23:10:42
```

I want to dump the statistics of a port which is connected to a VM. I
use fake bridges, vlan5 in my situation is a fake-bridge in the bridge
br0.

```
$ ovs-vsctl br0
218c9259-5dcb-40fc-b175-36f4d4275564
    Bridge br0 
        Port "vnet0"
             tag: 5
             Interface "vnet0"
        Port "vlan5"
             tag: 5
             Interface "vlan5"
                 type: internal
        Port br0
             Interface br0
             type: internal
```

The error I receive is the following:

```
$ sudo ovs-ofctl dump-ports vlan5 vnet0
ovs-ofctl: vlan5 is not a bridge or a socket
```

A little help is debugging this further would help me. Thanks.

Cheers and Goodwill,
v
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to