|
OpenVPN 3 Core Library
|
#include <tunnetlink.hpp>
Public Types | |
| typedef RCPtr< NetlinkAddr6 > | Ptr |
Public Types inherited from openvpn::Action | |
| typedef RCPtr< Action > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| NetlinkAddr6 () | |
| NetlinkAddr6 (std::string dev_arg, IPv6::Addr &addr_arg, unsigned char prefixlen_arg, bool add_arg) | |
| NetlinkAddr6 * | copy () const |
| virtual void | execute (std::ostream &os) override |
| virtual 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 165 of file tunnetlink.hpp.
Definition at line 167 of file tunnetlink.hpp.
|
inline |
|
inline |
Definition at line 173 of file tunnetlink.hpp.
|
inline |
Definition at line 184 of file tunnetlink.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 194 of file tunnetlink.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 219 of file tunnetlink.hpp.
| bool openvpn::TunNetlink::NetlinkAddr6::add = true |
Definition at line 230 of file tunnetlink.hpp.
| IPv6::Addr openvpn::TunNetlink::NetlinkAddr6::addr |
Definition at line 228 of file tunnetlink.hpp.
| std::string openvpn::TunNetlink::NetlinkAddr6::dev |
Definition at line 227 of file tunnetlink.hpp.
| unsigned char openvpn::TunNetlink::NetlinkAddr6::prefixlen = 0 |
Definition at line 229 of file tunnetlink.hpp.