ofproto: Don't report that group chaining is supported.
authorBen Pfaff <blp@nicira.com>
Sat, 6 Jun 2015 05:42:10 +0000 (22:42 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Jun 2015 22:24:27 +0000 (15:24 -0700)
commit85bbd7992203dba1118047f2746c7ae3f7e2d1ae
treeac3204b5b78ce0ed512ff2d9f527677140a48876
parentc16e8547b4668de4233590b08f951b9cb3c13ea6
ofproto: Don't report that group chaining is supported.

Group chaining hasn't been supported, so we shouldn't report that it is.
(This is a good demonstration of why I don't like feature bits like this.
It's too easy for even well-intentioned implementers to get them wrong.)

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
ofproto/ofproto.c
tests/ofproto.at