diff options
| author | Roy Marples <roy@marples.name> | 2019-10-09 13:37:12 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-10-09 13:37:12 +0100 |
| commit | 4846a44daa862873ca4a92d65cd12353f3eaf0d2 (patch) | |
| tree | cffcac2fc6ea890481516f2f7597ab6287882495 /src/if-bsd.c | |
| parent | 53167b780e7dd46cc59dc8ea820eefe476bd5c5f (diff) | |
| download | dhcpcd-4846a44daa862873ca4a92d65cd12353f3eaf0d2.tar.xz | |
BSD: Ignore the firewire interface as well.
Diffstat (limited to 'src/if-bsd.c')
| -rw-r--r-- | src/if-bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c index 5de892e3..2a733515 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -104,6 +104,7 @@ /* Ignore these interface names which look like ethernet but are virtual. */ static const char * const ifnames_ignore[] = { "tap", + "fwe", /* Firewire */ NULL }; |
