]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing: add ARPHRD_IP6GRE 11072/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 16:42:44 +0000 (17:42 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 7 Dec 2018 02:48:41 +0000 (11:48 +0900)
This fixes TYPE field of networkctl's output for ip6gre devices.

src/basic/missing_network.h

index d9c73c54a96e0f751aca1c7630141bf0346cc6ac..59a8cd2c60892f43b5791f781b0f3f96955053da 100644 (file)
 #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