Go to the source code of this file.
|
| int | openvpn::TunNetlink::iface_new (std::ostringstream &os, const std::string &dev, const std::string &type) |
| | Add new interface.
|
| |
| int | openvpn::TunNetlink::iface_del (std::ostringstream &os, const std::string &dev) |
| |
| void | openvpn::TunNetlink::add_del_route (const std::string &addr_str, const int prefix_len, const std::string &gateway_str, const std::string &dev, const int metric, const unsigned int flags, std::vector< IP::Route > *rtvec, Action::Ptr &create, Action::Ptr &destroy) |
| |
| void | openvpn::TunNetlink::add_del_route (const std::string &addr_str, const int prefix_len, const std::string &gateway_str, const std::string &dev, const int metric, const unsigned int flags, std::vector< IP::Route > *rtvec, ActionList &create, ActionList &destroy) |
| |
| void | openvpn::TunNetlink::iface_up (const std::string &iface_name, const int mtu, ActionList &create, ActionList &destroy) |
| |
| void | openvpn::TunNetlink::iface_config (const std::string &iface_name, int unit, const TunBuilderCapture &pull, std::vector< IP::Route > *rtvec, ActionList &create, ActionList &destroy) |
| |