|
OpenVPN 3 Core Library
|
#include <tunnetlink.hpp>
Public Types | |
| using | Ptr = RCPtr< NetlinkAddr6 > |
Public Types inherited from openvpn::Action | |
| using | Ptr = RCPtr< Action > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| NetlinkAddr6 ()=default | |
| NetlinkAddr6 (std::string dev_arg, IPv6::Addr &addr_arg, unsigned char prefixlen_arg, bool add_arg) | |
| NetlinkAddr6 * | copy () const |
| void | execute (std::ostream &os) override |
| std::string | to_string () const override |
Public Member Functions inherited from openvpn::Action | |
| virtual Json::Value | to_json () const |
| virtual | ~Action ()=default |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| RC () noexcept=default | |
| RC (const RC &)=delete | |
| virtual | ~RC ()=default |
| RC & | operator= (const RC &)=delete |
| olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result. | |
Public Attributes | |
| std::string | dev |
| IPv6::Addr | addr |
| unsigned char | prefixlen = 0 |
| bool | add = true |
Public Attributes inherited from openvpn::Action | |
| std::string | mark |
Additional Inherited Members | |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 161 of file tunnetlink.hpp.
Definition at line 163 of file tunnetlink.hpp.
|
default |
|
inline |
Definition at line 167 of file tunnetlink.hpp.
|
inline |
Definition at line 178 of file tunnetlink.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 188 of file tunnetlink.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 213 of file tunnetlink.hpp.
| bool openvpn::TunNetlink::NetlinkAddr6::add = true |
Definition at line 224 of file tunnetlink.hpp.
| IPv6::Addr openvpn::TunNetlink::NetlinkAddr6::addr |
Definition at line 222 of file tunnetlink.hpp.
| std::string openvpn::TunNetlink::NetlinkAddr6::dev |
Definition at line 221 of file tunnetlink.hpp.
| unsigned char openvpn::TunNetlink::NetlinkAddr6::prefixlen = 0 |
Definition at line 223 of file tunnetlink.hpp.