ofp-actions: Fix error code for invalid table id.
authorSelvamuthukumar <smkumar@merunetworks.com>
Wed, 24 Sep 2014 16:53:13 +0000 (09:53 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Sep 2014 17:16:54 +0000 (10:16 -0700)
commit825bce7473d9282cdf2f08d09584d3edcd7526ed
tree405dcdf6ebe4d7ba5fd161ee7a8da554f3d04cda
parent8bd0553070b8a53f319b6526d082f2a68c995eda
ofp-actions: Fix error code for invalid table id.

Send OFPET_BAD_INSTRUCTION/OFPBIC_BAD_TABLE_ID if table is invalid
in goto table instruction.

Signed-off-by: Selvamuthukumar <smkumar@merunetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c
tests/ofp-actions.at
tests/ofproto.at