udp: fix ipv6 udp punt show
[vpp.git] / src / vnet / udp / udp_cli.c
index 58bcbec..f5a536c 100644 (file)
@@ -187,7 +187,7 @@ show_udp_punt_fn (vlib_main_t * vm, unformat_input_t * input,
       u8 *s = NULL;
       vec_foreach (port_info, um->dst_port_infos[UDP_IP6])
       {
-       if (udp_is_valid_dst_port (port_info->dst_port, 01))
+       if (udp_is_valid_dst_port (port_info->dst_port, 0))
          {
            s = format (s, (!s) ? "%d" : ", %d", port_info->dst_port);
          }