ofp-util: Don't use ofpbuf in ofputil_packet_in struct.
[openvswitch] / lib / flow.h
index 7606cb3d92c1d5fcd08cebbe2d02d4f98b4fb1ba..32492e8fc9ae6bd166d551ec7b54c7539c59dfe4 100644 (file)
@@ -57,7 +57,7 @@ struct flow {
     struct in6_addr ipv6_src;   /* IPv6 source address. */
     struct in6_addr ipv6_dst;   /* IPv6 destination address. */
     struct in6_addr nd_target;  /* IPv6 neighbor discovery (ND) target. */
-    uint32_t priority;          /* Packet priority for QoS. */
+    uint32_t skb_priority;      /* Packet priority for QoS. */
     uint32_t regs[FLOW_N_REGS]; /* Registers. */
     ovs_be32 nw_src;            /* IPv4 source address. */
     ovs_be32 nw_dst;            /* IPv4 destination address. */