summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-10-09 13:37:12 +0100
committerRoy Marples <roy@marples.name>2019-10-09 13:37:12 +0100
commit4846a44daa862873ca4a92d65cd12353f3eaf0d2 (patch)
treecffcac2fc6ea890481516f2f7597ab6287882495 /src/if-bsd.c
parent53167b780e7dd46cc59dc8ea820eefe476bd5c5f (diff)
downloaddhcpcd-4846a44daa862873ca4a92d65cd12353f3eaf0d2.tar.xz
BSD: Ignore the firewire interface as well.
Diffstat (limited to 'src/if-bsd.c')
-rw-r--r--src/if-bsd.c1
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
};