X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport.h;h=074c6eed47b1723c26bd0f981ed460387c917caf;hb=2c57a420432de88b8a6f9ee54642c3841577ad7b;hp=94c9e976a461484a93db70a467bdf2a96719dfaa;hpb=67680b012be30d9c26eab999b83b08c6eb32dbd2;p=sliver-openvswitch.git diff --git a/datapath/vport.h b/datapath/vport.h index 94c9e976a..074c6eed4 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -30,6 +30,10 @@ struct vport; struct vport_parms; /* The following definitions are for users of the vport subsytem: */ +struct vport_net { + struct vport __rcu *gre_vport; + struct vport __rcu *gre64_vport; +}; int ovs_vport_init(void); void ovs_vport_exit(void); @@ -102,8 +106,7 @@ struct vport { }; #define VPORT_F_REQUIRED (1 << 0) /* If init fails, module loading fails. */ -#define VPORT_F_FLOW (1 << 1) /* Sets OVS_CB(skb)->flow. */ -#define VPORT_F_TUN_ID (1 << 2) /* Sets OVS_CB(skb)->tun_id. */ +#define VPORT_F_TUN_ID (1 << 1) /* Sets OVS_CB(skb)->tun_id. */ /** * struct vport_parms - parameters for creating a new vport