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

#include <tunprop.hpp>

Collaboration diagram for openvpn::TunProp::Config:
[legend]

Public Attributes

std::string session_name
 
int mtu = 0
 
int mtu_max = 0
 
bool google_dns_fallback = false
 
bool dhcp_search_domains_as_split_domains = false
 
bool allow_local_lan_access = false
 
Layer layer {Layer::OSI_LAYER_3}
 
RemoteList::Ptr remote_list
 
bool remote_bypass = false
 

Detailed Description

Definition at line 51 of file tunprop.hpp.

Member Data Documentation

◆ allow_local_lan_access

bool openvpn::TunProp::Config::allow_local_lan_access = false

Definition at line 62 of file tunprop.hpp.

◆ dhcp_search_domains_as_split_domains

bool openvpn::TunProp::Config::dhcp_search_domains_as_split_domains = false

Definition at line 60 of file tunprop.hpp.

◆ google_dns_fallback

bool openvpn::TunProp::Config::google_dns_fallback = false

Definition at line 56 of file tunprop.hpp.

◆ layer

Layer openvpn::TunProp::Config::layer {Layer::OSI_LAYER_3}

Definition at line 63 of file tunprop.hpp.

◆ mtu

int openvpn::TunProp::Config::mtu = 0

Definition at line 54 of file tunprop.hpp.

◆ mtu_max

int openvpn::TunProp::Config::mtu_max = 0

Definition at line 55 of file tunprop.hpp.

◆ remote_bypass

bool openvpn::TunProp::Config::remote_bypass = false

Definition at line 75 of file tunprop.hpp.

◆ remote_list

RemoteList::Ptr openvpn::TunProp::Config::remote_list

Definition at line 74 of file tunprop.hpp.

◆ session_name

std::string openvpn::TunProp::Config::session_name

Definition at line 53 of file tunprop.hpp.


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