]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
BSD: Ignore vether(4) devices by default.
authorRoy Marples <roy@marples.name>
Sun, 27 Sep 2020 10:28:03 +0000 (11:28 +0100)
committerRoy Marples <roy@marples.name>
Sun, 27 Sep 2020 10:28:03 +0000 (11:28 +0100)
src/if-bsd.c

index e80e1ffa7d6d251c07a135895c372bcc345930b8..bdcd29011827f76d2c2a20e511d3a4fe440a55ca 100644 (file)
@@ -107,6 +107,7 @@ static const char * const ifnames_ignore[] = {
        "fwe",          /* Firewire */
        "fwip",         /* Firewire */
        "tap",
+       "vether",
        "xvif",         /* XEN DOM0 -> guest interface */
        NULL
 };