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:
commit
8b721196fd
@ -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>'],
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user