ofp-parse: Validate range of table, priority, and timeout values.
authorBen Pfaff <blp@nicira.com>
Tue, 27 Sep 2011 23:58:55 +0000 (16:58 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 21:22:40 +0000 (14:22 -0700)
commitc3636ffc10a2a016b89d05c9456b3fdc030d444c
tree62ade74e4ad151adff0c5167ef19f85446774ecf
parent68cb8aaf0aa7956f7e6e28e380ea6b0333a4a3be
ofp-parse: Validate range of table, priority, and timeout values.

Otherwise, "table=257" (e.g.) was silently accepted but had a surprising
effect.

Bug #7445.
Reported-by: Michael Mao <mmao@nicira.com>
lib/ofp-parse.c