2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ofp-actions: Rename ofpact_update_len() to ofpact_finish().

It does more than just update the length now, so this is a more accurate
name.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
Ben Pfaff
2015-12-22 12:39:55 -08:00
parent 2bd318dec2
commit 34abaa3dea
4 changed files with 17 additions and 18 deletions

View File

@@ -379,7 +379,7 @@ learn_parse__(char *orig, char *arg, struct ofpbuf *ofpacts)
}
}
}
ofpact_update_len(ofpacts, &learn->ofpact);
ofpact_finish(ofpacts, &learn->ofpact);
return NULL;
}