learn: Make it possible to parse "load" actions wider than 64 bits.
authorBen Pfaff <blp@nicira.com>
Sat, 14 Apr 2012 04:24:17 +0000 (21:24 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 14 Apr 2012 04:24:17 +0000 (21:24 -0700)
commit3d792b703f587f42475566b6e92f852d60e85ca2
tree39a2316f8c88fd613997c3df746256d5a079d2a2
parent337b9cec45b813ef467b39a8d55741030f7404ff
learn: Make it possible to parse "load" actions wider than 64 bits.

The implementation of the "learn" action now properly implements
specifications such as 0x20010db885a308d313198a2e03707348->NXM_NX_IPV6_DST
but the parser used in ovs-ofctl and elsewhere could not generate such
specifications.  This commit adds that support.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/learn.c
tests/learn.at