xorp
|
BGPRouteFilter that drops routes that came to us from an IBGP peer. More...
#include <route_table_filter.hh>
Public Member Functions | |
bool | filter (InternalMessage< A > &rtmsg) const |
BGPRouteFilter that drops routes that came to us from an IBGP peer.
IBGPLoopFilter is a BGPRouteFilter that drops routes that came to us from an IBGP peer. Typically it is used in a outgoing filter on a branch to another IBGP peer, and prevents routes coming from one IBGP peer from being forwarded to another IBGP peer.