Public Methods
- DecisionTable (string tablename, NextHopResolver<A>& next_hop_resolver)
- int add_parent (BGPRouteTable<A> *parent,
PeerHandler *peer_handler)
- int remove_parent (BGPRouteTable<A> *parent)
- int add_route (const InternalMessage<A> &rtmsg,
BGPRouteTable<A> *caller)
- int replace_route (const InternalMessage<A> &old_rtmsg,
const InternalMessage<A> &new_rtmsg,
BGPRouteTable<A> *caller)
- int delete_route (const InternalMessage<A> &rtmsg,
BGPRouteTable<A> *caller)
- int route_dump (const InternalMessage<A> &rtmsg,
BGPRouteTable<A> *caller,
const PeerHandler *peer)
- int push (BGPRouteTable<A> *caller)
- const SubnetRoute<A> * lookup_route (const IPNet<A> &net) const
- BGPRouteTable<A> * parent ()
- RouteTableType type () const
- string str () const
- void output_state (bool , BGPRouteTable<A> *)
- bool get_next_message (BGPRouteTable<A> *)
- bool dump_next_route (DumpIterator<A>& dump_iter)
- virtual void igp_nexthop_changed (const A& bgp_nexthop)
- void peering_went_down (const PeerHandler *peer, uint32_t genid,
BGPRouteTable<A> *caller)
- void peering_down_complete (const PeerHandler *peer, uint32_t genid,
BGPRouteTable<A> *caller)
DecisionTable (string tablename, NextHopResolver<A>& next_hop_resolver)
| DecisionTable |
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
[const]
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
[const]
Reimplemented from BGPRouteTable.
[const]
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
bool dump_next_route (DumpIterator<A>& dump_iter)
| dump_next_route |
Reimplemented from BGPRouteTable.
void igp_nexthop_changed (const A& bgp_nexthop)
| igp_nexthop_changed |
[virtual]
Notification that the status of this next hop has changed.
Parameters:
bgp_nexthop | The next hop that has changed.
|
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Generated by: pavlin on possum.icir.org on Mon Mar 10 19:34:59 2003, using kdoc 2.0a54+XORP. |