Mercurial > hg > dhcpcd
changeset 5298:95d69db26ac5 draft
BSD: Ignore fwip(4)
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 02 Jun 2020 17:07:12 +0100 |
| parents | 477edd06fea7 |
| children | b7e676ac73c1 |
| files | src/if-bsd.c |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/if-bsd.c Tue Jun 02 15:50:17 2020 +0100 +++ b/src/if-bsd.c Tue Jun 02 17:07:12 2020 +0100 @@ -100,10 +100,12 @@ #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
