X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-gre.c;h=5beae42eded3ed680c4c740fe6f9bd31ed479965;hb=e75a14703b902feacf665e6893b0565e409ca175;hp=46e0be82a0bdf668033b20341473f9ae8023a8b2;hpb=feb83d8aae83a549e660380820df40ee2490b1d9;p=openvswitch diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c index 46e0be82..5beae42e 100644 --- a/datapath/vport-gre.c +++ b/datapath/vport-gre.c @@ -388,8 +388,8 @@ static void gre_exit(void) } const struct vport_ops gre_vport_ops = { - .type = ODP_VPORT_TYPE_GRE, - .flags = VPORT_F_GEN_STATS | VPORT_F_TUN_ID, + .type = OVS_VPORT_TYPE_GRE, + .flags = VPORT_F_TUN_ID, .init = gre_init, .exit = gre_exit, .create = gre_create,