commit | c31080d47048eb2598f0f491655d1e6f26d0fa05 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jan 24 15:10:12 2017 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 25 14:17:55 2017 -0500 |
tree | 6b3e8754559957024c05bbe004310a31da7ec733 | |
parent | b47247dad9d7fd3e5be84a895f8f0bc1f1cfa683 [diff] [blame] |
mgmt: Create UDP multicast faces according to whitelist/blacklist refs #1712 Change-Id: Ia957bb1a3a3a0108d06716bfb25ecd29c6952d62
diff --git a/daemon/face/udp-factory.hpp b/daemon/face/udp-factory.hpp index 1e1a6ab..9b68448 100644 --- a/daemon/face/udp-factory.hpp +++ b/daemon/face/udp-factory.hpp
@@ -199,6 +199,7 @@ { bool isEnabled = false; udp::Endpoint group = udp::getDefaultMulticastGroup(); + NetworkInterfacePredicate netifPredicate; }; MulticastConfig m_mcastConfig;