]> 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:30:29 +0000 (16:30 +0000)
src/if-bsd.c

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