diff options
Diffstat (limited to 'osdep/TestEthernetTap.hpp')
-rw-r--r-- | osdep/TestEthernetTap.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/osdep/TestEthernetTap.hpp b/osdep/TestEthernetTap.hpp index afd89541..047a19b1 100644 --- a/osdep/TestEthernetTap.hpp +++ b/osdep/TestEthernetTap.hpp @@ -139,6 +139,10 @@ public: { } + inline void setMtu(unsigned int mtu) + { + } + private: uint64_t _nwid; std::string _dev; |