|
xorp
|
A nexthop that is the unreachable interface. More...
#include <nexthop.hh>
Public Member Functions | |
| UnreachableNextHop () | |
| Default constructor. | |
| int | type () |
| Get the type of the nexthop. | |
| string | str () const |
| Convert this nexthop from binary form to presentation format. | |
A nexthop that is the unreachable interface.
Specialization of NextHop for adding routing entries that return ICMP destination unreachable messages.
| string UnreachableNextHop::str | ( | ) | const [virtual] |
| int UnreachableNextHop::type | ( | ) | [inline, virtual] |