OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
route_aggregator.cc File Reference
#include "bgp/routing-instance/route_aggregator.h"
#include <boost/foreach.hpp>
#include <algorithm>
#include <string>
#include <vector>
#include "sandesh/sandesh_types.h"
#include "sandesh/sandesh.h"
#include "sandesh/sandesh_trace.h"
#include "base/lifetime.h"
#include "base/map_util.h"
#include "base/task_annotations.h"
#include "base/task_trigger.h"
#include "bgp/bgp_log.h"
#include "bgp/bgp_server.h"
#include "bgp/origin-vn/origin_vn.h"
#include "bgp/routing-instance/path_resolver.h"
#include "bgp/routing-instance/routing_instance.h"
#include "bgp/routing-instance/route_aggregate_types.h"
Include dependency graph for route_aggregator.cc:

Go to the source code of this file.

Classes

class  RouteAggregatorState
 
class  AggregateRoute< T >
 
class  RouteAggregator< T >::DeleteActor< T >
 

Functions

bool CompareAggregateRouteConfig (const AggregateRouteConfig &lhs, const AggregateRouteConfig &rhs)
 

Function Documentation

bool CompareAggregateRouteConfig ( const AggregateRouteConfig lhs,
const AggregateRouteConfig rhs 
)

Definition at line 611 of file route_aggregator.cc.