]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
BSD: Ignore the firewire interface as well.
authorRoy Marples <roy@marples.name>
Wed, 9 Oct 2019 12:37:12 +0000 (13:37 +0100)
committerRoy Marples <roy@marples.name>
Wed, 9 Oct 2019 12:37:12 +0000 (13:37 +0100)
src/if-bsd.c

index 5de892e3eee77cd089dd561211ba63df53dfb202..2a733515d9a9f95a793b1cb9a5d2b14149be8aad 100644 (file)
 /* Ignore these interface names which look like ethernet but are virtual. */
 static const char * const ifnames_ignore[] = {
        "tap",
+       "fwe",          /* Firewire */
        NULL
 };