X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fvport-netdev.c;h=9c01079b0fb9bd2957af59b0b93faa489d88e757;hb=db0a4375c455bbea40aa127c954d8727013e1dc2;hp=4c7f1cb43692354d66cc863f1491026b2d9fa167;hpb=f613a0d72c521ca3a4eeb2c29ac523f6fdf72667;p=openvswitch diff --git a/datapath/vport-netdev.c b/datapath/vport-netdev.c index 4c7f1cb4..9c01079b 100644 --- a/datapath/vport-netdev.c +++ b/datapath/vport-netdev.c @@ -374,7 +374,7 @@ error: /* Returns null if this device is not attached to a datapath. */ struct vport *netdev_get_vport(struct net_device *dev) { -#ifdef IFF_BRIDGE_PORT +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36) #if IFF_BRIDGE_PORT != IFF_OVS_DATAPATH if (likely(dev->priv_flags & IFF_OVS_DATAPATH)) #else