Re: [ovs-discuss] How to check openflow switch connected neighbors

2013-05-07 Thread Jesse Gross
On Mon, May 6, 2013 at 4:17 PM, Li Wang wrote: > I have a openflow switch, say s1, in a network. I want to check all the > reachable neighbors of this switch. I am wondering if there is a command > like > ovs-vsctl s1 flood > s1 flood packages to all the ports and get response from reachable

[ovs-discuss] How to check openflow switch connected neighbors

2013-05-07 Thread Li Wang
I have a openflow switch, say s1, in a network. I want to check all the reachable neighbors of this switch. I am wondering if there is a command like ovs-vsctl s1 flood s1 flood packages to all the ports and get response from reachable neighbors. __