diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2016-06-10 01:57:51 +0200 |
---|---|---|
committer | Andreas Rammhold <andreas@rammhold.de> | 2016-06-16 00:25:06 +0200 |
commit | 20897a0d6ea12bbc08f70146cc7ad4540b65a0fa (patch) | |
tree | 09eb390ca3f4f1920081f74305c2d55a24268490 /src/basic/missing.h | |
parent | a1feacf77f324f8af43de7f994372fbc72d58ae9 (diff) |
networkd: added support for vrf interfaces (#3316)
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 53dfa1c801..b1272f8799 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -837,6 +837,10 @@ struct btrfs_ioctl_quota_ctl_args { #define IFLA_BRPORT_PROXYARP 10 #endif +#if !HAVE_DECL_IFLA_VRF_TABLE +#define IFLA_VRF_TABLE 1 +#endif + #if !HAVE_DECL_NDA_IFINDEX #define NDA_UNSPEC 0 #define NDA_DST 1 |