From: Roy Marples Date: Tue, 20 Aug 2019 12:33:30 +0000 (+0100) Subject: if: support ARPHRD_NETROM X-Git-Tag: v8.0.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff944731e09e3baba618bd832d87b6861a718463;p=thirdparty%2Fdhcpcd.git if: support ARPHRD_NETROM --- diff --git a/src/if.c b/src/if.c index fe84a882..857294ef 100644 --- a/src/if.c +++ b/src/if.c @@ -528,6 +528,9 @@ if_discover(struct dhcpcd_ctx *ctx, struct ifaddrs **ifaddrs, ctx->ifac == 0 && !if_hasconf(ctx, ifp->name)) active = IF_INACTIVE; switch (ifp->family) { +#ifdef ARPHRD_NETROM + case ARPHRD_NETROM: +#endif case ARPHRD_IEEE1394: case ARPHRD_INFINIBAND: #ifdef ARPHRD_LOOPBACK