OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ParseTunSpec Struct Reference

#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
 

Detailed Description

Definition at line 24 of file tunspec.hpp.

Constructor & Destructor Documentation

◆ ParseTunSpec()

openvpn::ParseTunSpec::ParseTunSpec ( const std::string &  tun_spec)
inline

Definition at line 28 of file tunspec.hpp.

Member Function Documentation

◆ OPENVPN_EXCEPTION()

openvpn::ParseTunSpec::OPENVPN_EXCEPTION ( bad_tun_spec  )

Member Data Documentation

◆ ipv6

bool openvpn::ParseTunSpec::ipv6

Definition at line 49 of file tunspec.hpp.

◆ tun_name

std::string openvpn::ParseTunSpec::tun_name

Definition at line 50 of file tunspec.hpp.


The documentation for this struct was generated from the following file: