learning-switch: Make test-controller work with OpenFlow 1.3+.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Jul 2014 20:28:40 +0000 (13:28 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 Aug 2014 20:08:09 +0000 (13:08 -0700)
commit76fb6ae4a7895977e35a78433a0f1f695e097cd5
tree5b7dc75b272be5bf22fde19c8f31ec84ec683c3e
parent99f368f446358d192226c385882ef75450b737ab
learning-switch: Make test-controller work with OpenFlow 1.3+.

The controller setup in my personal test environment has been broken for a
while.  I figured that it wasn't anything important, though, because no one
else had reported similar problems.  Anyway, it turns out that enabling
OpenFlow 1.3 by default broke test-controller because OpenFlow 1.3 doesn't
send table misses to the controller by default.  This commit fixes the
problem.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/learning-switch.c