From: Ben Pfaff Date: Tue, 9 Aug 2011 20:46:51 +0000 (-0700) Subject: nicira-ext: Fix NXM example. X-Git-Tag: v1.2.1~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3fb3d2d323e493977f210e2eb587075cefd74194;p=sliver-openvswitch.git nicira-ext: Fix NXM example. The code and the specification say that nxm_length includes both value and mask, but this example showed nxm_length only including the value. This commit fixes it. Reported-by: Justin Pettit --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 5cf02e7c5..e47cd666d 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -896,7 +896,7 @@ enum nx_bd_algorithm { * numbers and byte indexes. * * - * 8-bit nxm_value, nxm_hasmask=1, nxm_length=1: + * 8-bit nxm_value, nxm_hasmask=1, nxm_length=2: * * 0 3 4 5 * +------------+---+---+