From: Roy Marples Date: Mon, 22 Jun 2020 12:08:25 +0000 (+0100) Subject: linux: ignore unsupported interfaces by default, such as sit0 X-Git-Tag: v9.1.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c19dd85e8024a79f0c6a4d3885cbd1fd9ed4bab;p=thirdparty%2Fdhcpcd.git linux: ignore unsupported interfaces by default, such as sit0 --- diff --git a/src/if.c b/src/if.c index 04a48c3b..f867cd59 100644 --- a/src/if.c +++ b/src/if.c @@ -615,6 +615,8 @@ if_discover(struct dhcpcd_ctx *ctx, struct ifaddrs **ifaddrs, } break; default: + if (if_noconf) + active = IF_INACTIVE; if (active) logwarnx("%s: unsupported" " interface type 0x%.2x",