From: Roy Marples Date: Wed, 9 Oct 2019 12:37:12 +0000 (+0100) Subject: BSD: Ignore the firewire interface as well. X-Git-Tag: v8.1.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f11049d2f05e3cf98089fb918e6786ca39ad0b;p=thirdparty%2Fdhcpcd.git BSD: Ignore the firewire interface as well. --- diff --git a/src/if-bsd.c b/src/if-bsd.c index 5de892e3..2a733515 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -104,6 +104,7 @@ /* Ignore these interface names which look like ethernet but are virtual. */ static const char * const ifnames_ignore[] = { "tap", + "fwe", /* Firewire */ NULL };