From: Roy Marples Date: Tue, 2 Jun 2020 16:07:12 +0000 (+0100) Subject: BSD: Ignore fwip(4) X-Git-Tag: v9.1.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3de73d80c7f307bab0278162ff81c3731ac2ce7;p=thirdparty%2Fdhcpcd.git BSD: Ignore fwip(4) --- diff --git a/src/if-bsd.c b/src/if-bsd.c index 7bc1d732..78735c7b 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -100,10 +100,12 @@ #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len)) #endif -/* Ignore these interface names which look like ethernet but are virtual. */ +/* Ignore these interface names which look like ethernet but are virtual or + * just won't work without explicit configuration. */ static const char * const ifnames_ignore[] = { "bridge", "fwe", /* Firewire */ + "fwip", /* Firewire */ "tap", "xvif", /* XEN DOM0 -> guest interface */ NULL