face: Ignoring fireware interfaces (fw*) in EthernetChannelFactory

Change-Id: Ibfb512ce1229e74eee4c66efd87d6dc4a18c057e
diff --git a/daemon/face/ethernet-channel-factory.cpp b/daemon/face/ethernet-channel-factory.cpp
index 4c47f85..86ad1a5 100644
--- a/daemon/face/ethernet-channel-factory.cpp
+++ b/daemon/face/ethernet-channel-factory.cpp
@@ -70,6 +70,9 @@
           boost::starts_with(interface, "nfqueue"))
         // ignore Linux netfilter devices
         continue;
+      if (boost::starts_with(interface, "fw"))
+        // ignore OSX firewire interface
+        continue;
 
       // maybe add interface addresses too
       // interface.addAddress ...