Net device supports isLocal interface
diff --git a/model/ccnx-net-device-face.cc b/model/ccnx-net-device-face.cc
index a903da7..e06a741 100644
--- a/model/ccnx-net-device-face.cc
+++ b/model/ccnx-net-device-face.cc
@@ -53,6 +53,7 @@
NS_LOG_FUNCTION (this);
m_netDevice = netDevice;
+ m_isLocal = false;
}
CcnxNetDeviceFace::~CcnxNetDeviceFace ()
@@ -62,6 +63,7 @@
CcnxNetDeviceFace::CcnxNetDeviceFace (const CcnxNetDeviceFace &)
{
+ m_isLocal = false;
}
CcnxNetDeviceFace& CcnxNetDeviceFace::operator= (const CcnxNetDeviceFace &)