diff options
author | Tom Gundersen <teg@jklm.no> | 2015-01-19 22:24:32 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-19 23:25:16 +0100 |
commit | c4a5ddc9f29cf910fac9d814cd898b4cc2bd79b1 (patch) | |
tree | e5e0b2423d42bce30fec01c42c00bb75a241ebae /configure.ac | |
parent | 250ba6647bce6099b6cc029a63d43231b4fa3261 (diff) |
networkd: netdev - add ipvlan support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6d510df332..d82cfe890a 100644 --- a/configure.ac +++ b/configure.ac @@ -322,6 +322,7 @@ AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, renamea ]]) AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS, + IFLA_IPVLAN_MODE, IFLA_VTI_REMOTE, IFLA_PHYS_PORT_ID, IFLA_BOND_AD_INFO, |