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