ofproto-dpif-xlate: Suppress oversize datapath actions.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Oct 2013 15:48:48 +0000 (08:48 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Oct 2013 15:48:48 +0000 (08:48 -0700)
commit542024c4c3d36b2d303efbe6c0da469c8e446476
treeb2729d36dad02a63273e05e5bcd71b8e965f1e71
parent98b07853dfd6046938c41937d60ce693437c1f25
ofproto-dpif-xlate: Suppress oversize datapath actions.

If we allow oversize datapath actions to make it out of translation, then
we will assert-fail later when we try to put those actions into a Netlink
attribute.

Bug #19277.
Reported-by: Paul ingram <paul@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
lib/netlink.c
lib/netlink.h
ofproto/ofproto-dpif-xlate.c
tests/ofproto-dpif.at