diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-06-16 09:15:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 09:15:45 -0400 |
commit | dce588ec9d440d952af319c8afb698d6a1576875 (patch) | |
tree | a1c733c4346b3d64dafb394017092e7c46e0c07c /src/basic | |
parent | 616aab60855dc2d84a5ad8b52aa4ecab182d7f18 (diff) | |
parent | 6cb955c6a18d7e122ca24ca4873343ca41feeb50 (diff) |
Merge pull request #3511 from andir/networkd-vrf
networkd: add support for vrf interfaces (#3316)
Diffstat (limited to 'src/basic')
-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 |