|
|
Represents an interface in XORP's model of forwarding h/w.
typedef map<const string, IfMgrVifAtom> VifMap | VifMap |
inline IfMgrIfAtom (const string& name)
| IfMgrIfAtom |
inline const string& name ()
| name |
[const]
inline bool enabled ()
| enabled |
[const]
inline void set_enabled (bool en)
| set_enabled |
inline uint32_t mtu_bytes ()
| mtu_bytes |
[const]
inline void set_mtu_bytes (uint32_t mtu)
| set_mtu_bytes |
inline const Mac& mac ()
| mac |
[const]
inline void set_mac (const Mac& mac)
| set_mac |
inline const VifMap& vifs ()
| vifs |
[const]
inline VifMap& vifs ()
| vifs |
bool operator== (const IfMgrIfAtom& o)
| operator== |
[const]
string _name | _name |
[protected]
bool _en | _en |
[protected]
uint32_t _mtu | _mtu |
[protected]
Mac _mac | _mac |
[protected]
VifMap _vifs | _vifs |
[protected]
inline
IfMgrIfAtom (const string& name)
| IfMgrIfAtom |
[protected]
Generated by: pavlin on possum.icir.org on Thu Aug 28 12:52:11 2003, using kdoc 2.0a54+XORP. |