#include "test_common.hpp"
#include <iostream>
#include <set>
#include <openvpn/common/exception.hpp>
#include <openvpn/addr/route.hpp>
Go to the source code of this file.
◆ TEST() [1/5]
| TEST |
( |
IPAddr |
, |
|
|
ParseRoutes |
|
|
) |
| |
◆ TEST() [2/5]
| TEST |
( |
IPAddr |
, |
|
|
RouteList |
|
|
) |
| |
◆ TEST() [3/5]
| TEST |
( |
IPAddr |
, |
|
|
RouteList4 |
|
|
) |
| |
◆ TEST() [4/5]
| TEST |
( |
IPAddr |
, |
|
|
RouteList6 |
|
|
) |
| |
◆ TEST() [5/5]
| TEST |
( |
IPAddr |
, |
|
|
RouteSet |
|
|
) |
| |
◆ test_route_parse()
| void test_route_parse |
( |
const std::string & |
rstr, |
|
|
const std::string & |
expected, |
|
|
bool |
ipv6 |
|
) |
| |
◆ test_split()
template<typename LIST >
| void test_split |
( |
const LIST & |
rtlist, |
|
|
const std::string & |
expected |
|
) |
| |