diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-07 19:36:57 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-07 19:36:57 -0400 |
| commit | e2a2d33f8f12e7227b35c0cc77f8cc091f32a440 (patch) | |
| tree | 0d194f6b217495f9719e9f279c4fd061f7b2fa6d /node/EthernetTap.cpp | |
| parent | c68ab6b70f9c34bde38c2e38dee1e5b155097a6a (diff) | |
| download | infinitytier-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.cpp | 2 |
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"); } } |
