missing: add ARPHRD_IP6GRE

This fixes TYPE field of networkctl's output for ip6gre devices.
This commit is contained in:
Yu Watanabe 2018-12-06 17:42:44 +01:00
parent 0b7d48f5f4
commit 925fb1e1ec

View file

@ -50,6 +50,11 @@
#define IFA_F_MCAUTOJOIN 0x400
#endif
/* if_arp.h */
#ifndef ARPHRD_IP6GRE
#define ARPHRD_IP6GRE 823
#endif
/* if_bonding.h */
#ifndef BOND_XMIT_POLICY_ENCAP23
#define BOND_XMIT_POLICY_ENCAP23 3