Commit 53a9ba7f by Thomas Parrott

macro: Adds constant for BRIDGE_VLAN_NONE mode

parent 59315a06
...@@ -380,6 +380,10 @@ extern int __build_bug_on_failed; ...@@ -380,6 +380,10 @@ extern int __build_bug_on_failed;
#define IPVLAN_ISOLATION_VEPA 2 #define IPVLAN_ISOLATION_VEPA 2
#endif #endif
#ifndef BRIDGE_VLAN_NONE
#define BRIDGE_VLAN_NONE -1 /* Bridge VLAN option set to "none". */
#endif
#ifndef BRIDGE_FLAGS_MASTER #ifndef BRIDGE_FLAGS_MASTER
#define BRIDGE_FLAGS_MASTER 1 /* Bridge command to/from master */ #define BRIDGE_FLAGS_MASTER 1 /* Bridge command to/from master */
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment