| typedef list<IPNet<A> >::const_iterator const_iterator | const_iterator |
| MPReachNLRIAttribute (Safi safi)
| MPReachNLRIAttribute |
Specialise these constructors for each AFI.
| MPReachNLRIAttribute (const uint8_t* d)
throw(CorruptMessage) | MPReachNLRIAttribute |
| PathAttribute * clone ()
| clone |
[const]
Reimplemented from PathAttribute.
| string str ()
| str |
[const]
Reimplemented from PathAttribute.
| const A& nexthop ()
| nexthop |
[const]
| void set_nexthop (const A& nexthop)
| set_nexthop |
| void add_nlri (const IPNet<A>& nlri)
| add_nlri |
| const list<IPNet<A> >& nlri_list ()
| nlri_list |
[const]
| const A& link_local_nexthop ()
| link_local_nexthop |
[const]
| void set_link_local_nexthop (const A& n)
| set_link_local_nexthop |
| Safi safi ()
| safi |
[const]
| bool encode (uint8_t* buf, size_t &wire_size,
const BGPPeerData* peerdata)
| encode |
[const]
Reimplemented from PathAttribute.