ofp-actions: Right-justify the value in ofpact_reg_load 'subvalue' member.
[sliver-openvswitch.git] / lib / ofp-actions.h
index 58383e7..75ccc26 100644 (file)
@@ -275,7 +275,7 @@ struct ofpact_reg_move {
 struct ofpact_reg_load {
     struct ofpact ofpact;
     struct mf_subfield dst;
-    union mf_subvalue subvalue;
+    union mf_subvalue subvalue; /* Least-significant bits are used. */
 };
 
 /* OFPACT_SET_TUNNEL.