On Fri, Nov 04, 2011 at 08:44:35AM -0600, Vimal wrote: > On 4 November 2011 00:28, Ben Pfaff <[email protected]> wrote: > > > > What OVS version? ?How did you invoke test-openflowd? > > > > Open vSwitch 1.2.90, > > ovs-openflowd --datapath-id=0000000000000007 dp0 \ > tcp:127.0.0.1:6633 --fail=closed -v
Hmm, OK, yes I see that it would behave this way. It appears to satisfy the OpenFlow 1.0 specification, though, since OF1.0 doesn't really say what should happen (AFAICT). OpenFlow 1.1 clarifies the behavior of OFPP_TABLE, so if OVS ever implements OF1.1 then it's likely that we'd change the behavior in both modes to match the OF1.1 spec since I believe the OF1.1 behavior also satisfies the OF1.0 requirements. I think I'd also take a patch to update this aspect OVS behavior to match OF1.1. _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
