summaryrefslogtreecommitdiff
path: root/node/EthernetTap.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-07 19:36:57 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-07 19:36:57 -0400
commite2a2d33f8f12e7227b35c0cc77f8cc091f32a440 (patch)
tree0d194f6b217495f9719e9f279c4fd061f7b2fa6d /node/EthernetTap.cpp
parentc68ab6b70f9c34bde38c2e38dee1e5b155097a6a (diff)
downloadinfinitytier-e2a2d33f8f12e7227b35c0cc77f8cc091f32a440.tar.gz
infinitytier-e2a2d33f8f12e7227b35c0cc77f8cc091f32a440.zip
Filter code, work in progress, wont build yet
Diffstat (limited to 'node/EthernetTap.cpp')
-rw-r--r--node/EthernetTap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/EthernetTap.cpp b/node/EthernetTap.cpp
index 68884464..b90c8708 100644
--- a/node/EthernetTap.cpp
+++ b/node/EthernetTap.cpp
@@ -470,7 +470,7 @@ EthernetTap::EthernetTap(const RuntimeEnvironment *renv,const MAC &mac,unsigned
waitpid(cpid,&exitcode,0);
if (exitcode) {
::close(_fd);
- throw std::runtime_error("ifconfig failure setting link-layer address and activating tap interface");
+ throw std::runtime_error("ipconfig failure enabling IPv6 link-local addressing");
}
}