class BGPVarRW

Allows reading an modifying a BGP route. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods

Public Members

Protected Members


Detailed Description

If the route is modified, the user is responsible for retrieving the filtered message and deleting it.

enum { VAR_NETWORK4 = VAR_PROTOCOL, VAR_NEXTHOP4, VAR_NETWORK6, VAR_NEXTHOP6, VAR_ASPATH, VAR_ORIGIN, VAR_NEIGHBOR, VAR_LOCALPREF, VAR_COMMUNITY, VAR_MED, VAR_MED_REMOVE, VAR_AGGREGATE_PREFIX_LEN, VAR_AGGREGATE_BRIEF_MODE, VAR_WAS_AGGREGATED, VAR_BGPMAX }

typedef Element*  (*BGPVarRW::ReadCallback) ()

(*BGPVarRW::ReadCallback)

typedef void  (*BGPVarRW::WriteCallback) (const Element& e)

(*BGPVarRW::WriteCallback)

 BGPVarRW (const string& name)

BGPVarRW

This varrw allows for routes to remain untouched even though they are filtered. This is useful in order to check if a route will be accepted or rejected, without caring about its modifications.

Parameters:

namethe name of the filter to print in case of tracing.
 ~BGPVarRW ()

~BGPVarRW

[virtual]

void  set_peer (const A& peer)

set_peer

void  set_self (const A& self)

set_self

void  attach_route (InternalMessage<A>& rtmsg, bool no_modify)

attach_route

Attach a route to the varrw.

Parameters:

rtmsgthe message to filter and possibly modify.
no_modifyif true, the route will not be modified.
void  detach_route (InternalMessage<A>& rtmsg)

detach_route

InternalMessage<A>*  filtered_message ()

filtered_message

Caller owns the message [responsible for delete]. Calling multiple times will always return the same message, not a copy.

Returns: the modified message. Null if no changes were made.

Element*  single_read (const Id& id)

single_read

Reimplemented from SingleVarRW.

void  single_write (const Id& id, const Element& e)

single_write

Reimplemented from SingleVarRW.

void  end_write ()

end_write

Reimplemented from SingleVarRW.

bool  modified ()

modified

If a route is modified, the caller may obtain it via the filtered_message call.

Returns: true if route was modified. False otherwise.

string  more_tracelog ()

more_tracelog

[virtual]

Output basic BGP specific information.

Returns: BGP trace based on verbosity level returned from trace().

Element*  read_neighbor ()

read_neighbor

[virtual]

Reads the neighbor variable. This is different on input/output branch.

Returns: the neighbor variable.

Element*  read_neighbor_base_cb ()

read_neighbor_base_cb

Callback wrapper used to call the virtual read_neighbor() method.

Returns: the neighbor variable.

Element*  read_policytags ()

read_policytags

Element*  read_filter_im ()

read_filter_im

Element*  read_filter_sm ()

read_filter_sm

Element*  read_filter_ex ()

read_filter_ex

Element*  read_network4 ()

read_network4

Element*  read_network6 ()

read_network6

Element*  read_nexthop4 ()

read_nexthop4

Element*  read_nexthop6 ()

read_nexthop6

Element*  read_aspath ()

read_aspath

Element*  read_origin ()

read_origin

Element*  read_localpref ()

read_localpref

Element*  read_community ()

read_community

Element*  read_med ()

read_med

Element*  read_med_remove ()

read_med_remove

Element*  read_aggregate_prefix_len ()

read_aggregate_prefix_len

Element*  read_aggregate_brief_mode ()

read_aggregate_brief_mode

Element*  read_was_aggregated ()

read_was_aggregated

Element*  read_tag ()

read_tag

void  write_filter_im (const Element& e)

write_filter_im

void  write_filter_sm (const Element& e)

write_filter_sm

void  write_filter_ex (const Element& e)

write_filter_ex

void  write_policytags (const Element& e)

write_policytags

void  write_nexthop4 (const Element& e)

write_nexthop4

void  write_nexthop6 (const Element& e)

write_nexthop6

void  write_aspath (const Element& e)

write_aspath

void  write_origin (const Element& e)

write_origin

void  write_aggregate_prefix_len (const Element& e)

write_aggregate_prefix_len

void  write_aggregate_brief_mode (const Element& e)

write_aggregate_brief_mode

void  write_was_aggregated (const Element& e)

write_was_aggregated

void  write_localpref (const Element& e)

write_localpref

void  write_community (const Element& e)

write_community

void  write_med (const Element& e)

write_med

void  write_med_remove (const Element& e)

write_med_remove

void  write_tag (const Element& e)

write_tag

ElementFactory _ef

_ef

[protected]

string _name

_name

[protected]


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:11:04 2009, using kdoc 2.0a54+XORP.