class IPPeerNextHop

A nexthop that is an immediate neighbor. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Specialization of IPNextHop for gateways that are the immediate neighbors of this router. Most IGP nexthops should be PeerNextHops.

 IPPeerNextHop (const A &from_addr)

IPPeerNextHop

Constructor from an address.

Parameters:

ipv4IPv4 or IPv6 or IPvX address to initialize nexthop.
int  type ()

type

Get the type of the nexthop.

Returns: the nexthop type. In this case, it is PEER_NEXTHOP.

Reimplemented from NextHop.

string  str ()

str

[const]

Convert this nexthop from binary form to presentation format.

Returns: C++ string with the human-readable ASCII representation of the nexthop.

Reimplemented from NextHop.


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:35:43 2006, using kdoc $.