Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread akash sharma
ok. I got your point. thanks for the response. Regards, Akash On Thu, May 16, 2013 at 12:04 PM, Ben Pfaff wrote: > That does not make much sense. First, inactivity probes are by default > disabled for Unix sockets. Second, a disconnected socket has no traffic. > On May 15, 2013 11:30 PM, "akash

Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread Ben Pfaff
That does not make much sense. First, inactivity probes are by default disabled for Unix sockets. Second, a disconnected socket has no traffic. On May 15, 2013 11:30 PM, "akash sharma" wrote: > I want to check that inactivity probe message is not sent by the switch to > the controller after the u

Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread akash sharma
I want to check that inactivity probe message is not sent by the switch to the controller after the unix socket is disconnected. On Thu, May 16, 2013 at 11:47 AM, Ben Pfaff wrote: > OK. But what is your higher level goal? The best way to observe the > inactivity probe message depends on how you

Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread Ben Pfaff
OK. But what is your higher level goal? The best way to observe the inactivity probe message depends on how you plan to react to it. On May 15, 2013 11:07 PM, "akash sharma" wrote: > Thanks for the response. > It resolves my two queries. > Regarding query#2, I need to capture the "inactivity-prob

Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread akash sharma
Thanks for the response. It resolves my two queries. Regarding query#2, I need to capture the "inactivity-probe" message sent by the switch to the controller. But I am not able to understand how can I capture the messages/packets exchanged between the switch and the unix controller. Regards, Akash

Re: [ovs-discuss] Issue in using Unix controller

2013-05-15 Thread Ben Pfaff
On Thu, May 16, 2013 at 11:23:23AM +0530, akash sharma wrote: > 1. I need to disconnect the unix socket. > > I deleted the link created above using the following command: > > [root@user]rm /usr/local/var/run/openvswitch/br0.mgmt > > Am i correct or is there any other way to disconnect the uni

[ovs-discuss] Issue in using Unix controller

2013-05-15 Thread akash sharma
Hi, I have created a bridge br0. then I created a unix domain socket on bridge br0 using the following command: [root@user]# ln -s /usr/local/var/run/openvswitch/br0.mgmt /usr/local/var/run/openvswitch/br0.controller [root@user]# ovs-vsctl set-controller br0 unix:/usr/local/var/run/openvswit