From: Roy Marples Date: Sun, 27 Sep 2020 10:28:03 +0000 (+0100) Subject: BSD: Ignore vether(4) devices by default. X-Git-Tag: v9.3.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91df57a59de1ac2f7d9db9f30eccd25513f1a61e;p=thirdparty%2Fdhcpcd.git BSD: Ignore vether(4) devices by default. --- diff --git a/src/if-bsd.c b/src/if-bsd.c index e80e1ffa..bdcd2901 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -107,6 +107,7 @@ static const char * const ifnames_ignore[] = { "fwe", /* Firewire */ "fwip", /* Firewire */ "tap", + "vether", "xvif", /* XEN DOM0 -> guest interface */ NULL };