X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.h;h=6c212679e330ec5f495c0d7c04c3ac03a3322a12;hb=a16160631a38e3c1881beead1cec8bff0534495b;hp=4cb8530b2297a2f034120d51a5f94dc37f67050d;hpb=4a1b8f30e5956655b59200d673964b9f3f9ad711;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h index 4cb8530b2..6c212679e 100644 --- a/ofproto/ofproto-dpif-xlate.h +++ b/ofproto/ofproto-dpif-xlate.h @@ -21,7 +21,6 @@ #include "ofpbuf.h" #include "ofproto-dpif-mirror.h" #include "ofproto-dpif.h" -#include "tag.h" struct bfd; struct bond; @@ -40,7 +39,6 @@ struct xlate_out { * set. */ struct flow_wildcards wc; - tag_type tags; /* Tags associated with actions. */ enum slow_path_reason slow; /* 0 if fast path may be used. */ bool has_learn; /* Actions include NXAST_LEARN? */ bool has_normal; /* Actions output to OFPP_NORMAL? */