|
|
Represents an address associated with a virtual interface in XORP's model of forwarding h/w.
inline IfMgrIPv6Atom (const IPv6& addr)
| IfMgrIPv6Atom |
inline const IPv6& addr ()
| addr |
[const]
inline bool enabled ()
| enabled |
[const]
inline void set_enabled (bool en)
| set_enabled |
inline uint32_t prefix_len ()
| prefix_len |
[const]
inline void set_prefix_len (uint32_t p)
| set_prefix_len |
inline bool multicast_capable ()
| multicast_capable |
[const]
inline void set_multicast_capable (bool cap)
| set_multicast_capable |
inline bool loopback ()
| loopback |
[const]
inline void set_loopback (bool l)
| set_loopback |
inline bool has_endpoint ()
| has_endpoint |
[const]
inline void remove_endpoint ()
| remove_endpoint |
inline void set_endpoint_addr (const IPv6& endpoint)
| set_endpoint_addr |
inline const IPv6& endpoint_addr ()
| endpoint_addr |
[const]
bool operator== (const IfMgrIPv6Atom& o)
| operator== |
[const]
IPv6 _addr | _addr |
[protected]
uint32_t _prefix_len | _prefix_len |
[protected]
bool _en | _en |
[protected]
bool _mcap | _mcap |
[protected]
bool _loop | _loop |
[protected]
bool _p2p | _p2p |
[protected]
IPv6 _oaddr | _oaddr |
[protected]
inline
IfMgrIPv6Atom (const IPv6& addr)
| IfMgrIPv6Atom |
[protected]
inline void
set_endpoint_addr (const IPv6& oaddr)
| set_endpoint_addr |
[protected]
inline const IPv6&
endpoint_addr ()
| endpoint_addr |
[protected const]
Generated by: pavlin on possum.icir.org on Thu Nov 6 23:46:59 2003, using kdoc 2.0a54+XORP. |