diff options
Diffstat (limited to 'src/linux/tunDevice.h')
-rw-r--r-- | src/linux/tunDevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linux/tunDevice.h b/src/linux/tunDevice.h index 9f3557a..d838dfc 100644 --- a/src/linux/tunDevice.h +++ b/src/linux/tunDevice.h @@ -52,6 +52,8 @@ private: void operator=(const TunDevice &src); TunDevice(const TunDevice &src); + void do_ifconfig(); + int fd_; DeviceConfig conf_; bool with_pi_; |