diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:09:32 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:09:32 -0700 |
| commit | b80c229d873ca51bf679ff9df90c8360dca5d0d7 (patch) | |
| tree | e5c4342b78dcb83f6c9312fff42d073e1f134ae3 /osnet/LinuxEthernetTap.cpp | |
| parent | 9b93141dd0f39af70a867231ce8ba7cb34cd23e6 (diff) | |
| download | infinitytier-b80c229d873ca51bf679ff9df90c8360dca5d0d7.tar.gz infinitytier-b80c229d873ca51bf679ff9df90c8360dca5d0d7.zip | |
Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90
Diffstat (limited to 'osnet/LinuxEthernetTap.cpp')
| -rw-r--r-- | osnet/LinuxEthernetTap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osnet/LinuxEthernetTap.cpp b/osnet/LinuxEthernetTap.cpp index 0b0c1c4f..d77d56c0 100644 --- a/osnet/LinuxEthernetTap.cpp +++ b/osnet/LinuxEthernetTap.cpp @@ -355,9 +355,8 @@ std::string LinuxEthernetTap::deviceName() const return _dev; } -std::string LinuxEthernetTap::persistentId() const +void LinuxEthernetTap::setFriendlyName(const char *friendlyName) { - return std::string(); } bool LinuxEthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups) |
