From 4f237687ce4c0b7085733d808829fd4b83cf3483 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 21 Jun 2016 13:54:03 -0700 Subject: Route management now works on Windows, including default route override! 1.1.6 very close! --- osdep/WindowsEthernetTap.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/WindowsEthernetTap.hpp') 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(); -- cgit v1.2.3