flow: code refactor
[vpp.git] / src / plugins / gtpu / gtpu.c
index ab221f1..65c3053 100644 (file)
@@ -1130,7 +1130,7 @@ vnet_gtpu_add_del_rx_flow (u32 hw_if_index, u32 t_index, int is_add)
              + sizeof (ip4_header_t) + sizeof (udp_header_t),
            .type = VNET_FLOW_TYPE_IP4_GTPU,
            .ip4_gtpu = {
-                        .protocol = IP_PROTOCOL_UDP,
+                        .protocol.prot = IP_PROTOCOL_UDP,
                         .src_addr.addr = t->dst.ip4,
                         .src_addr.mask.as_u32 = ~0,
                         .dst_addr.addr = t->src.ip4,