learn: Make it possible to parse "load" actions wider than 64 bits.
authorBen Pfaff <blp@nicira.com>
Sat, 14 Apr 2012 04:49:12 +0000 (21:49 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 14 Apr 2012 04:49:12 +0000 (21:49 -0700)
commit7b3b2432d42a54c174177ad5380a21449fce77ed
tree4c6c6681c5d66f03949f7ad22c20c838a0bc0fa6
parent8f8a80828f86c6deb1ab6df8b6b8820a20ac0e9a
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