hi, I used the ovs-vswitchd.conf.db table for controller to set master and slave controller.
i have 2 controller on my openvswitch . i set one as slve and one as controller. *ovs-vsctl set controller b829c52c-04dc-419e-8438-8bff1bb65fe0 role=slave* *ovs-vsctl set controller b829c52c-04dc-419e-8438-8bff1bb65fe0 role=slave * but when i list the controller. both controller role was set as* "other" . *as a result both controller are able to access all features of openflow. but i want to set one as slave so that it has only read access to my switch. how an i do it. On Mon, Feb 6, 2012 at 8:53 PM, Ben Pfaff <[email protected]> wrote: > On Mon, Feb 06, 2012 at 06:36:57PM +0530, selen jia wrote: > > i m using openvswitch 1.2.2 and nox as controller , now if switch loses > > contact form controller due to lan issue , switch keeps on sending tcp > > request to controller ip > > i believe there should be limited number of retry.. but i dont see it. > > Why? > > > I wanted to know how can i set TLS session time out or echo request > timeout > > on switch . > > See the documentation for the Controller table in ovs-vswitchd.conf.db(5). > > > Also i want to know how to use backup controller on my switch , even *if > i > > specify master and slave controller using ovs-vsctl set-controller* > command > > , idont see backup controller working in case master controller goes > down. > > Is it not supported in 1.2.2?? > > I think that 1.2.2 supported master and slave controllers. This > requires some work on the controller end. Have you done that work? >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
