X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=04545d2dee92db26ba488811c83e27e052330c33;hb=3694798bc58665ee89e2d9c7f7829484f288ea28;hp=9cf0110b346628fb34adb52f8b913509030ea012;hpb=998c4d2d1020020695aa033199851674e8292146;p=elogind.git diff --git a/src/basic/missing.h b/src/basic/missing.h index 9cf0110b3..04545d2de 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -764,6 +764,14 @@ struct btrfs_ioctl_quota_ctl_args { #define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1) #endif +#ifndef BRIDGE_VLAN_INFO_RANGE_BEGIN +#define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ +#endif + +#ifndef BRIDGE_VLAN_INFO_RANGE_END +#define BRIDGE_VLAN_INFO_RANGE_END (1<<4) /* VLAN is end of vlan range */ +#endif + #if !HAVE_DECL_IFLA_BR_VLAN_DEFAULT_PVID #define IFLA_BR_UNSPEC 0 #define IFLA_BR_FORWARD_DELAY 1