X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fflow.h;fp=lib%2Fflow.h;h=315ca3650755ef1f2ae3edca17291c76888d3746;hb=fb0451d9bfbfb1d2803423c4491fe2d4da4cdc3a;hp=0cec1c992d329f59d1b8ac1ebbafe16d00873085;hpb=441c57a919fbd9d4961be767a796c836ce45bced;p=openvswitch diff --git a/lib/flow.h b/lib/flow.h index 0cec1c99..315ca365 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -117,7 +117,7 @@ static inline int flow_compare_3way(const struct flow *, const struct flow *); static inline bool flow_equal(const struct flow *, const struct flow *); static inline size_t flow_hash(const struct flow *, uint32_t basis); -void flow_set_vlan_vid(struct flow *, ovs_be16 vid); +void flow_set_dl_vlan(struct flow *, ovs_be16 vid); void flow_set_vlan_pcp(struct flow *, uint8_t pcp); void flow_compose(struct ofpbuf *, const struct flow *);