|
libtins
4.0
|
#include <routing_utils.h>
Public Attributes | |
| std::string | interface |
| IPv6Address | destination |
| IPv6Address | mask |
| IPv6Address | gateway |
| int | metric |
Struct that represents an entry the IPv6 routing table
| IPv6Address Tins::Utils::Route6Entry::destination |
This route entry's destination.
| IPv6Address Tins::Utils::Route6Entry::gateway |
This route entry's next hop.
| std::string Tins::Utils::Route6Entry::interface |
This interface's name.
| IPv6Address Tins::Utils::Route6Entry::mask |
This route entry's subnet mask.
| int Tins::Utils::Route6Entry::metric |
This route entry's metric.
1.8.11