|
OpenSDN source code
|
#include "bgp/routing-instance/static_route.h"#include <boost/assign/list_of.hpp>#include <boost/foreach.hpp>#include <algorithm>#include <string>#include <vector>#include "base/map_util.h"#include "base/task_annotations.h"#include "base/task_trigger.h"#include "bgp/bgp_config.h"#include "bgp/bgp_log.h"#include "bgp/bgp_server.h"#include "bgp/inet6vpn/inet6vpn_route.h"#include "bgp/l3vpn/inetvpn_route.h"#include "bgp/origin-vn/origin_vn.h"#include "bgp/routing-instance/routepath_replicator.h"#include "bgp/routing-instance/routing_instance.h"#include "bgp/routing-instance/static_route_types.h"#include "bgp/routing-policy/routing_policy_match.h"#include "net/community_type.h"
Go to the source code of this file.
Classes | |
| class | StaticRouteState |
| class | StaticRoute< T > |