diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2015-05-26 07:48:48 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-05-27 15:57:28 +0200 |
commit | 583c14fc04a089e9af70a3fa0b8c0a8c27c06ec0 (patch) | |
tree | 2899ec3d98e68dabcc0e3b5f5af3100c6ac3784b /configure.ac | |
parent | a790812cb349c5cef95d1b4a20fc80ca08d3a145 (diff) | |
download | systemd-583c14fc04a089e9af70a3fa0b8c0a8c27c06ec0.tar.gz |
missing: add more IFLA_VXLAN_* defines
Otherwise building faild with kernel headers < v3.16
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 48cedb5ab6..0818dd80cf 100644 --- a/configure.ac +++ b/configure.ac @@ -334,7 +334,7 @@ AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE, IFLA_PHYS_PORT_ID, IFLA_BOND_AD_INFO, IFLA_VLAN_PROTOCOL, - IFLA_VXLAN_LOCAL6, + IFLA_VXLAN_REMCSUM_NOPARTIAL, IFLA_IPTUN_6RD_RELAY_PREFIXLEN, IFLA_BRIDGE_VLAN_INFO, IFLA_BRPORT_UNICAST_FLOOD, |