summaryrefslogtreecommitdiff
path: root/node/EthernetTap.cpp
diff options
context:
space:
mode:
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");
}
}