Looks good. Acked-by: Justin Pettit <[email protected]>
--Justin On Jun 20, 2013, at 3:16 PM, Ben Pfaff <[email protected]> wrote: > Signed-off-by: Ben Pfaff <[email protected]> > --- > FAQ | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/FAQ b/FAQ > index 1f0f841..7df4e90 100644 > --- a/FAQ > +++ b/FAQ > @@ -940,6 +940,11 @@ A: Open vSwitch 1.9 and earlier support only OpenFlow > 1.0 (plus > > ovs-vsctl set bridge br0 protocols=OpenFlow10,OpenFlow12,OpenFlow13 > > + Use the -O option to enable support for later versions of OpenFlow > + in ovs-ofctl. For example: > + > + ovs-ofctl -O OpenFlow13 dump-flows br0 > + > Support for OpenFlow 1.1 is incomplete enough that it cannot yet be > enabled, even experimentally. > > -- > 1.7.2.5 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
