commit | f8b41eb1b114d9bd446fa86b76c18dfb88aeaaa9 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Fri Dec 26 19:14:06 2014 +0100 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Dec 30 03:14:33 2014 +0100 |
tree | 4fd38d44b74008847acd7b91a4725b8699efcd06 | |
parent | 4147c002ecf2a708afecf7b52489f04704e210da [diff] [blame] |
face: Fix ioctl() calls on platforms where libpcap uses /dev/bpf* Change-Id: I2ed2cacf4915458d9b95f0a07beda46039aaa39d Refs: #2327, #2328
diff --git a/daemon/face/ethernet-face.hpp b/daemon/face/ethernet-face.hpp index 87e2238..ce72a62 100644 --- a/daemon/face/ethernet-face.hpp +++ b/daemon/face/ethernet-face.hpp
@@ -100,8 +100,10 @@ /** * @brief Enables receiving frames addressed to our MAC multicast group + * + * @return true if successful, false otherwise */ - void + bool joinMulticastGroup(); /**