libtins  4.0
Public Attributes | List of all members
Tins::Utils::RouteEntry Struct Reference

#include <routing_utils.h>

Public Attributes

std::string interface
 
IPv4Address destination
 
IPv4Address gateway
 
IPv4Address mask
 
int metric
 

Detailed Description

Struct that represents an entry the routing table

Member Data Documentation

IPv4Address Tins::Utils::RouteEntry::destination

This route entry's destination.

IPv4Address Tins::Utils::RouteEntry::gateway

This route entry's gateway.

std::string Tins::Utils::RouteEntry::interface

This interface's name.

IPv4Address Tins::Utils::RouteEntry::mask

This route entry's subnet mask.

int Tins::Utils::RouteEntry::metric

This route entry's metric.


The documentation for this struct was generated from the following file: