mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
missing: add ARPHRD_IP6GRE
This fixes TYPE field of networkctl's output for ip6gre devices.
This commit is contained in:
parent
0b7d48f5f4
commit
925fb1e1ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user