mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.
An upcoming caller doesn't want it. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -2459,7 +2459,6 @@ void
|
||||
ofpacts_format(const struct ofpact *ofpacts, size_t ofpacts_len,
|
||||
struct ds *string)
|
||||
{
|
||||
ds_put_cstr(string, "actions=");
|
||||
if (!ofpacts_len) {
|
||||
ds_put_cstr(string, "drop");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user