X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-gre.c;h=24c53f89680d4b46ee85f180fe8d197e692b3c88;hb=0ff2282245a87f253843bf357988d7230139888f;hp=46e0be82a0bdf668033b20341473f9ae8023a8b2;hpb=feb83d8aae83a549e660380820df40ee2490b1d9;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,