From e2a2d33f8f12e7227b35c0cc77f8cc091f32a440 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 7 Jul 2013 19:36:57 -0400 Subject: Filter code, work in progress, wont build yet --- node/EthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/EthernetTap.cpp') 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"); } } -- cgit v1.2.3