commit | 88884490ae88747031cfcca0b3fc7dedb35969a0 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 15 15:57:43 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 15 21:08:09 2014 -0700 |
tree | a0562e560de5b28237b081324c50e02c4f345310 | |
parent | b9f6e438d551372e8817c8f8e1388d4a68c333fa [diff] [blame] |
fw: /localhost scope control for incoming Interest refs #1230 Change-Id: I86fd071ef144caa506b26a723f14232e2af5e2de
diff --git a/daemon/face/face.cpp b/daemon/face/face.cpp index d0bde55..b32b57a 100644 --- a/daemon/face/face.cpp +++ b/daemon/face/face.cpp
@@ -49,6 +49,12 @@ } bool +Face::isLocal() const +{ + return false; +} + +bool Face::isMultiAccess() const { return false;