]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
BSD: ignore XEN DOM0 virtual interface xvif
authorRoy Marples <roy@marples.name>
Tue, 4 Feb 2020 16:30:29 +0000 (16:30 +0000)
committerRoy Marples <roy@marples.name>
Tue, 4 Feb 2020 16:31:58 +0000 (16:31 +0000)
src/if-bsd.c

index 99211958cfcf8831e16f05313f4c84fc1425f240..f56a3180ced326a7ed6651e3990f369fc1c2db54 100644 (file)
@@ -105,6 +105,7 @@ static const char * const ifnames_ignore[] = {
        "bridge",
        "fwe",          /* Firewire */
        "tap",
+       "xvif",         /* XEN DOM0 -> guest interface */
        NULL
 };