On Wed, Feb 03, 2016 at 04:08:04PM +0530, Numan Siddique wrote: > After the commit ad99e2e, setting the switch config 'miss_send_len' > is failing in ovn-controller because of validation in OFPT_SET_CONFIG > messages. > > Signed-off-by: Numan Siddique <nusid...@redhat.com>
This is an improvement in any case, because it makes better use of the OpenFlow abstractions we have. However, the problem you report probably indicates a bug somewhere else, because the OFPT_SET_CONFIG message is generated from the OFPT_GET_CONFIG_REPLY sent by the switch. If the switch rejects the OFPT_SET_CONFIG, then, it could mean that the OFPT_GET_CONFIG_REPLY that it generated was invalid. If true, I'd like to fix that. Can you tell me how to see the error? Plain "make sandbox SANDBOXFLAGS=--ovn" didn't make it manifest, for me. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev