From: Yu Watanabe Date: Thu, 6 Dec 2018 16:42:44 +0000 (+0100) Subject: missing: add ARPHRD_IP6GRE X-Git-Tag: v240~117^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11072%2Fhead;p=thirdparty%2Fsystemd.git missing: add ARPHRD_IP6GRE This fixes TYPE field of networkctl's output for ip6gre devices. --- diff --git a/src/basic/missing_network.h b/src/basic/missing_network.h index d9c73c54a96..59a8cd2c608 100644 --- a/src/basic/missing_network.h +++ b/src/basic/missing_network.h @@ -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