mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
odp-util: Use port names in output in more places.
Until now, ODP output only showed port names for in_port matches. This commit shows them in other places port numbers appear. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Jan Scheurich <jan.scheurich@ericsson.com> Tested-by: Jan Scheurich <jan.scheurich@ericsson.com>
This commit is contained in:
@@ -2416,7 +2416,7 @@ dp_netdev_flow_add(struct dp_netdev_pmd_thread *pmd,
|
||||
mask_buf.data, mask_buf.size,
|
||||
NULL, &ds, false);
|
||||
ds_put_cstr(&ds, ", actions:");
|
||||
format_odp_actions(&ds, actions, actions_len);
|
||||
format_odp_actions(&ds, actions, actions_len, NULL);
|
||||
|
||||
VLOG_DBG("%s", ds_cstr(&ds));
|
||||
|
||||
|
Reference in New Issue
Block a user