]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
BSD: Ignore fwip(4)
authorRoy Marples <roy@marples.name>
Tue, 2 Jun 2020 16:07:12 +0000 (17:07 +0100)
committerRoy Marples <roy@marples.name>
Tue, 2 Jun 2020 16:07:12 +0000 (17:07 +0100)
src/if-bsd.c

index 7bc1d7321c34118bb7253a808135fd06c7432572..78735c7b9fd8c7c04a39f6778db0ef1ba91f2777 100644 (file)
 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len))
 #endif
 
-/* Ignore these interface names which look like ethernet but are virtual. */
+/* Ignore these interface names which look like ethernet but are virtual or
+ * just won't work without explicit configuration. */
 static const char * const ifnames_ignore[] = {
        "bridge",
        "fwe",          /* Firewire */
+       "fwip",         /* Firewire */
        "tap",
        "xvif",         /* XEN DOM0 -> guest interface */
        NULL