OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::TunNetlink::SITNL::route_res_t Struct Reference
Collaboration diagram for openvpn::TunNetlink::SITNL::route_res_t:
[legend]

Public Attributes

sa_family_t family
 
IP::Addr gw
 
std::string iface
 
std::string iface_to_ignore
 
int metric
 
IP::Route dst
 
int prefix_len
 

Detailed Description

Definition at line 410 of file sitnl.hpp.

Member Data Documentation

◆ dst

IP::Route openvpn::TunNetlink::SITNL::route_res_t::dst

Definition at line 417 of file sitnl.hpp.

◆ family

sa_family_t openvpn::TunNetlink::SITNL::route_res_t::family

Definition at line 412 of file sitnl.hpp.

◆ gw

IP::Addr openvpn::TunNetlink::SITNL::route_res_t::gw

Definition at line 413 of file sitnl.hpp.

◆ iface

std::string openvpn::TunNetlink::SITNL::route_res_t::iface

Definition at line 414 of file sitnl.hpp.

◆ iface_to_ignore

std::string openvpn::TunNetlink::SITNL::route_res_t::iface_to_ignore

Definition at line 415 of file sitnl.hpp.

◆ metric

int openvpn::TunNetlink::SITNL::route_res_t::metric

Definition at line 416 of file sitnl.hpp.

◆ prefix_len

int openvpn::TunNetlink::SITNL::route_res_t::prefix_len

Definition at line 418 of file sitnl.hpp.


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