OpenVPN 3 Core Library
|
#include <tunspec.hpp>
Public Member Functions | |
OPENVPN_EXCEPTION (bad_tun_spec) | |
ParseTunSpec (const std::string &tun_spec) | |
Public Attributes | |
bool | ipv6 |
std::string | tun_name |
Definition at line 24 of file tunspec.hpp.
|
inline |
Definition at line 28 of file tunspec.hpp.
openvpn::ParseTunSpec::OPENVPN_EXCEPTION | ( | bad_tun_spec | ) |
bool openvpn::ParseTunSpec::ipv6 |
Definition at line 49 of file tunspec.hpp.
std::string openvpn::ParseTunSpec::tun_name |
Definition at line 50 of file tunspec.hpp.