commit | bfea5750955f88582827cece500ce2a754b94b9a | [log] [tgz] |
---|---|---|
author | Teng Liang <philoliang2011@gmail.com> | Wed Mar 29 04:51:10 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Mar 29 04:51:10 2017 +0000 |
tree | 482d9f0cd487676444648b4d49827a16eeb86b19 | |
parent | fe4fce3a3f1dc7805475314ea10ff2b460526ace [diff] [blame] |
face: configuration option to make Ethernet face "ad hoc" Change-Id: I55aeb2ca38ec34365b2d5d951b9ca2d7b05f46b2 Refs: #4018, #3967
diff --git a/daemon/face/ethernet-factory.hpp b/daemon/face/ethernet-factory.hpp index d1b9ee2..9facd71 100644 --- a/daemon/face/ethernet-factory.hpp +++ b/daemon/face/ethernet-factory.hpp
@@ -80,6 +80,7 @@ { bool isEnabled = false; ethernet::Address group = ethernet::getDefaultMulticastAddress(); + ndn::nfd::LinkType linkType = ndn::nfd::LINK_TYPE_MULTI_ACCESS; NetworkInterfacePredicate netifPredicate; };