diff options
-rw-r--r-- | include/linux/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if.h b/include/linux/if.h index 6ed43c1f07a..12395992774 100644 --- a/include/linux/if.h +++ b/include/linux/if.h | |||
@@ -76,7 +76,7 @@ | |||
76 | #define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */ | 76 | #define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */ |
77 | #define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */ | 77 | #define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */ |
78 | #define IFF_OVS_DATAPATH 0x10000 /* device used as Open vSwitch | 78 | #define IFF_OVS_DATAPATH 0x10000 /* device used as Open vSwitch |
79 | * dapath port */ | 79 | * datapath port */ |
80 | 80 | ||
81 | #define IF_GET_IFACE 0x0001 /* for querying only */ | 81 | #define IF_GET_IFACE 0x0001 /* for querying only */ |
82 | #define IF_GET_PROTO 0x0002 | 82 | #define IF_GET_PROTO 0x0002 |