Commit ab15e70eb587 ("dpctl: Expand the flow dump type filter") will be
reverted, which this patch fixed, so it needs to be reverted as well.This reverts commit b10ac772218afd4f296db866f6b80258e1d1ca8a. CC: Gavi Teitz <[email protected]> CC: Simon Horman <[email protected]> CC: Roi Dayan <[email protected]> CC: Aaron Conole <[email protected]> Signed-off-by: Justin Pettit <[email protected]> --- lib/dpif-netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 6c3736ef517f..13a20f023554 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -3481,7 +3481,7 @@ dpif_netdev_flow_dump_cast(struct dpif_flow_dump *dump) static struct dpif_flow_dump * dpif_netdev_flow_dump_create(const struct dpif *dpif_, bool terse, - struct dpif_flow_dump_types *type OVS_UNUSED) + char *type OVS_UNUSED) { struct dpif_netdev_flow_dump *dump; -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
