Make OpenFlow 1.2+ role replies return the generation ID.
authorBen Pfaff <blp@nicira.com>
Tue, 12 Feb 2013 08:00:42 +0000 (00:00 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 12 Feb 2013 08:00:42 +0000 (00:00 -0800)
commit147cc9d35839b0894135c1a8ba62a0867675c329
treeb76a6aea6c36d132bafda7ee844405cc36a09a32
parentf4f1ea7eaca92e2ca44c9624b3bb7d6426b2ddea
Make OpenFlow 1.2+ role replies return the generation ID.

OpenFlow extensibility working group issue EXT-272 clarifies the use of
the generation_id in role reply messages as used for the current generation
ID or all-1-bits if there is no current generation ID.  This commit
implements EXT-272 in Open vSwitch.

Unfortunately the full text of EXT-272 is not available freely online.
(The "open" part of the Open Networking Foundation is the network, not
the foundation)

EXT-272.
CC: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c
ofproto/connmgr.c
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto.at