summaryrefslogtreecommitdiff
path: root/osdep/WindowsEthernetTap.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2016-06-21 13:54:03 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2016-06-21 13:54:03 -0700
commit4f237687ce4c0b7085733d808829fd4b83cf3483 (patch)
tree5b4a799e4ba656d22a06735032550375fd0f3d48 /osdep/WindowsEthernetTap.hpp
parent5b2d2efb45a856968c7298b00b6cbe08feb66054 (diff)
downloadinfinitytier-4f237687ce4c0b7085733d808829fd4b83cf3483.tar.gz
infinitytier-4f237687ce4c0b7085733d808829fd4b83cf3483.zip
Route management now works on Windows, including default route override! 1.1.6 very close!
Diffstat (limited to 'osdep/WindowsEthernetTap.hpp')
-rw-r--r--osdep/WindowsEthernetTap.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/WindowsEthernetTap.hpp b/osdep/WindowsEthernetTap.hpp
index 54741262..0bbb17d8 100644
--- a/osdep/WindowsEthernetTap.hpp
+++ b/osdep/WindowsEthernetTap.hpp
@@ -105,6 +105,7 @@ public:
inline const NET_LUID &luid() const { return _deviceLuid; }
inline const GUID &guid() const { return _deviceGuid; }
inline const std::string &instanceId() const { return _deviceInstanceId; }
+ NET_IFINDEX interfaceIndex() const;
void threadMain()
throw();