OpenSDN source code
|
#include <stdint.h>
#include <set>
#include <string>
#include <typeinfo>
#include <utility>
#include <vector>
#include "base/regex.h"
#include "bgp/bgp_config.h"
#include "bgp/inet/inet_route.h"
#include "bgp/inet6/inet6_route.h"
Go to the source code of this file.
Classes | |
class | RoutingPolicyMatch |
class | MatchCommunity |
class | MatchExtCommunity |
class | MatchProtocol |
struct | PrefixMatchBase< T1, T2 > |
class | MatchPrefix< T > |
class | MatchPrefix< T >::PrefixMatch |
Typedefs | |
typedef PrefixMatchBase < InetRoute, Ip4Prefix > | PrefixMatchInet |
typedef PrefixMatchBase < Inet6Route, Inet6Prefix > | PrefixMatchInet6 |
typedef MatchPrefix < PrefixMatchInet > | MatchPrefixInet |
typedef MatchPrefix < PrefixMatchInet6 > | MatchPrefixInet6 |
Functions | |
const std::string | MatchProtocolToString (MatchProtocol::MatchProtocolType protocol) |
typedef MatchPrefix<PrefixMatchInet> MatchPrefixInet |
Definition at line 195 of file routing_policy_match.h.
typedef MatchPrefix<PrefixMatchInet6> MatchPrefixInet6 |
Definition at line 196 of file routing_policy_match.h.
typedef PrefixMatchBase<InetRoute, Ip4Prefix> PrefixMatchInet |
Definition at line 147 of file routing_policy_match.h.
typedef PrefixMatchBase<Inet6Route, Inet6Prefix> PrefixMatchInet6 |
Definition at line 148 of file routing_policy_match.h.
const std::string MatchProtocolToString | ( | MatchProtocol::MatchProtocolType | protocol | ) |
Definition at line 485 of file routing_policy_match.cc.