1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

Merge pull request #5804 from ssahani/geneve

meson: add geneve to build system
This commit is contained in:
Michael Biebl 2017-04-25 18:00:32 +02:00 committed by GitHub
commit 8b721196fd
2 changed files with 3 additions and 0 deletions

View File

@ -374,6 +374,7 @@ foreach decl : [['IFLA_INET6_ADDR_GEN_MODE', 'linux/if_link.h'],
['IFLA_VLAN_PROTOCOL', 'linux/if_link.h'],
['IFLA_VXLAN_REMCSUM_NOPARTIAL', 'linux/if_link.h'],
['IFLA_VXLAN_GPE', 'linux/if_link.h'],
['IFLA_GENEVE_LABEL', 'linux/if_link.h'],
# if_tunnel.h is buggy and cannot be included on its own
['IFLA_VTI_REMOTE', 'linux/if_tunnel.h', '#include <net/if.h>'],
['IFLA_IPTUN_ENCAP_DPORT', 'linux/if_tunnel.h', '#include <net/if.h>'],

View File

@ -25,6 +25,8 @@ sources = files('''
netdev/vrf.h
netdev/vxlan.c
netdev/vxlan.h
netdev/geneve.c
netdev/geneve.h
networkd-address-pool.c
networkd-address-pool.h
networkd-address.c