OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent.h File Reference
#include <vector>
#include <stdint.h>
#include <string>
#include <net/ethernet.h>
#include <boost/intrusive_ptr.hpp>
#include <base/intrusive_ptr_back_ref.h>
#include <cmn/agent_cmn.h>
#include <base/connection_info.h>
#include "net/mac_address.h"
#include "oper/agent_types.h"
Include dependency graph for agent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Agent
 

Namespaces

 OVSDB
 

Macros

#define MULTICAST_LABEL_RANGE_START   1024
 
#define MULTICAST_LABEL_BLOCK_SIZE   2048
 
#define MIN_UNICAST_LABEL_RANGE   4098
 
#define MAX_XMPP_SERVERS   2
 
#define XMPP_SERVER_PORT   5269
 
#define XMPP_DNS_SERVER_PORT   53
 
#define METADATA_IP_ADDR   ntohl(inet_addr("169.254.169.254"))
 
#define METADATA_PORT   8775
 
#define METADATA_NAT_PORT   80
 
#define AGENT_INIT_TASKNAME   "Agent::Init"
 
#define INSTANCE_MANAGER_TASK_NAME   "Agent::InstanceManager"
 
#define AGENT_SHUTDOWN_TASKNAME   "Agent::Shutdown"
 
#define AGENT_FLOW_STATS_MANAGER_TASK   "Agent::FlowStatsManager"
 
#define AGENT_SANDESH_TASKNAME   "Agent::Sandesh"
 
#define IPV4_MULTICAST_BASE_ADDRESS   "224.0.0.0"
 
#define IPV6_MULTICAST_BASE_ADDRESS   "ff00::"
 
#define MULTICAST_BASE_ADDRESS_PLEN   8
 
#define VROUTER_SERVER_PORT   20914
 
#define kLogFilesCount   10
 
#define kLogFileSize   (2*1024*1024)
 
#define CFG_BACKUP_DIR   "/var/lib/contrail/backup"
 
#define CFG_BACKUP_COUNT   2
 
#define CFG_BACKUP_IDLE_TIMEOUT   (10*1000)
 
#define CFG_RESTORE_AUDIT_TIMEOUT   (15*1000)
 
#define kTaskFlowEvent   "Agent::FlowEvent"
 
#define kTaskFlowKSync   "Agent::FlowKSync"
 
#define kTaskFlowUpdate   "Agent::FlowUpdate"
 
#define kTaskFlowDelete   "Agent::FlowDelete"
 
#define kTaskFlowMgmt   "Agent::FlowMgmt"
 
#define kTaskFlowAudit   "KSync::FlowAudit"
 
#define kTaskFlowLogging   "Agent::FlowLogging"
 
#define kTaskFlowStatsCollector   "Flow::StatsCollector"
 
#define kTaskSessionStatsCollector   "Flow::SessionStatsCollector"
 
#define kTaskSessionStatsCollectorEvent   "Flow::SessionStatsCollectorEvent"
 
#define kTaskFlowStatsUpdate   "Agent::FlowStatsUpdate"
 
#define kTaskHealthCheck   "Agent::HealthCheck"
 
#define kTaskCryptTunnel   "Agent::CryptTunnel"
 
#define kTaskDBExclude   "Agent::DBExcludeTask"
 
#define kTaskConfigManager   "Agent::ConfigManager"
 
#define kTaskHttpRequstHandler   "http::RequestHandlerTask"
 
#define kAgentResourceRestoreTask   "Agent::ResoureRestore"
 
#define kAgentResourceBackUpTask   "Agent::ResourceBackup"
 
#define kTaskMacLearning   "Agent::MacLearning"
 
#define kTaskMacLearningMgmt   "Agent::MacLearningMgmt"
 
#define kTaskMacAging   "Agent::MacAging"
 
#define kInterfaceDbTablePrefix   "db.interface"
 
#define kVnDbTablePrefix   "db.vn"
 
#define kVmDbTablePrefix   "db.vm"
 
#define kVrfDbTablePrefix   "db.vrf.0"
 
#define kMplsDbTablePrefix   "db.mpls"
 
#define kAclDbTablePrefix   "db.acl"
 
#define kV4UnicastRouteDbTableSuffix   "uc.route.0"
 
#define kV6UnicastRouteDbTableSuffix   "uc.route6.0"
 
#define kL2RouteDbTableSuffix   "l2.route.0"
 
#define kMcastRouteDbTableSuffix   "mc.route.0"
 
#define kEvpnRouteDbTableSuffix   "evpn.route.0"
 
#define kEventNotifierTask   "Agent::EventNotifier"
 

Typedefs

typedef boost::intrusive_ptr
< Interface
InterfaceRef
 
typedef boost::intrusive_ptr
< const Interface
InterfaceConstRef
 
typedef IntrusivePtrRef
< Interface
InterfaceBackRef
 
typedef boost::intrusive_ptr
< VmEntry
VmEntryRef
 
typedef boost::intrusive_ptr
< const VmEntry
VmEntryConstRef
 
typedef IntrusivePtrRef< VmEntryVmEntryBackRef
 
typedef IntrusivePtrRef< const
VmEntry
VmEntryConstBackRef
 
typedef boost::intrusive_ptr
< VnEntry
VnEntryRef
 
typedef boost::intrusive_ptr
< const VnEntry
VnEntryConstRef
 
typedef boost::intrusive_ptr
< SgEntry
SgEntryRef
 
typedef boost::intrusive_ptr
< const SgEntry
SgEntryConstRef
 
typedef boost::intrusive_ptr
< TagEntry
TagEntryRef
 
typedef boost::intrusive_ptr
< const TagEntry
TagEntryConstRef
 
typedef IntrusivePtrRef< VrfEntryVrfEntryRef
 
typedef IntrusivePtrRef< const
VrfEntry
VrfEntryConstRef
 
typedef boost::intrusive_ptr
< MplsLabel
MplsLabelRef
 
typedef boost::intrusive_ptr
< MirrorEntry
MirrorEntryRef
 
typedef boost::intrusive_ptr
< VxLanId
VxLanIdRef
 
typedef boost::intrusive_ptr
< MulticastPolicyEntry
MulticastPolicyEntryRef
 
typedef boost::intrusive_ptr
< const MulticastPolicyEntry
MulticastPolicyEntryConstRef
 
typedef boost::intrusive_ptr
< Route
RouteRef
 
typedef boost::intrusive_ptr
< NextHop
NextHopRef
 
typedef boost::intrusive_ptr
< const NextHop
NextHopConstRef
 
typedef boost::intrusive_ptr
< CryptTunnelEntry
CryptTunnelEntryRef
 
typedef boost::intrusive_ptr
< const CryptTunnelEntry
CryptTunnelEntryConstRef
 
typedef boost::intrusive_ptr
< AddrBase > 
AddrRef
 
typedef boost::intrusive_ptr
< AclDBEntry
AclDBEntryRef
 
typedef boost::intrusive_ptr
< const AclDBEntry
AclDBEntryConstRef
 
typedef boost::intrusive_ptr
< PolicySet
PolicySetRef
 
typedef boost::intrusive_ptr
< const AclDBEntry
PolicySetConstRef
 
typedef boost::intrusive_ptr
< PhysicalDevice
PhysicalDeviceRef
 
typedef boost::intrusive_ptr
< const PhysicalDevice
PhysicalDeviceConstRef
 
typedef boost::intrusive_ptr
< PhysicalDeviceVn
PhysicalDeviceVnRef
 
typedef boost::intrusive_ptr
< const PhysicalDeviceVn
PhysicalDeviceVnConstRef
 
typedef boost::intrusive_ptr
< HealthCheckService
HealthCheckServiceRef
 
typedef boost::intrusive_ptr
< ForwardingClass
ForwardingClassRef
 
typedef boost::intrusive_ptr
< const ForwardingClass
ForwardingClassConstRef
 
typedef boost::intrusive_ptr
< AgentQosConfig
AgentQosConfigRef
 
typedef boost::intrusive_ptr
< const AgentQosConfig
AgentQosConfigConstRef
 
typedef boost::intrusive_ptr
< QosQueue
QosQueueRef
 
typedef boost::intrusive_ptr
< const QosQueue
QosQueueConstRef
 
typedef boost::intrusive_ptr
< BridgeDomainEntry
BridgeDomainRef
 
typedef boost::intrusive_ptr
< const BridgeDomainEntry
BridgeDomainConstRef
 
typedef boost::intrusive_ptr
< SecurityLoggingObject
SecurityLoggingObjectRef
 
typedef boost::intrusive_ptr
< const SecurityLoggingObject
SecurityLoggingObjectConstRef
 
typedef std::vector< int > SecurityGroupList
 
typedef std::vector< int > TagList
 
typedef std::vector
< boost::uuids::uuid
UuidList
 
typedef std::vector< std::string > CommunityList
 
typedef std::set< std::string > VnListType
 
typedef std::map< std::string,
std::string > 
VrLimitExceeded
 
typedef std::pair< std::string,
std::string > 
VrLimitData
 
typedef std::vector< Ip4AddressAddressList
 
typedef std::vector< Interface * > InterfaceList
 
typedef std::vector< std::string > InterfaceNameList
 

Functions

void intrusive_ptr_release (const Interface *p)
 
void intrusive_ptr_add_ref (const Interface *p)
 
void intrusive_ptr_add_back_ref (const IntrusiveReferrer ref, const Interface *p)
 
void intrusive_ptr_del_back_ref (const IntrusiveReferrer ref, const Interface *p)
 
void intrusive_ptr_release (const VmEntry *p)
 
void intrusive_ptr_add_ref (const VmEntry *p)
 
void intrusive_ptr_add_back_ref (const IntrusiveReferrer ref, const VmEntry *p)
 
void intrusive_ptr_del_back_ref (const IntrusiveReferrer ref, const VmEntry *p)
 
void intrusive_ptr_release (const VnEntry *p)
 
void intrusive_ptr_add_ref (const VnEntry *p)
 
void intrusive_ptr_release (const SgEntry *p)
 
void intrusive_ptr_add_ref (const SgEntry *p)
 
void intrusive_ptr_release (const TagEntry *p)
 
void intrusive_ptr_add_ref (const TagEntry *p)
 
void intrusive_ptr_add_back_ref (const IntrusiveReferrer ref, const VrfEntry *p)
 
void intrusive_ptr_del_back_ref (const IntrusiveReferrer ref, const VrfEntry *p)
 
void intrusive_ptr_release (const VrfEntry *p)
 
void intrusive_ptr_add_ref (const VrfEntry *p)
 
void intrusive_ptr_release (const MplsLabel *p)
 
void intrusive_ptr_add_ref (const MplsLabel *p)
 
void intrusive_ptr_release (const MirrorEntry *p)
 
void intrusive_ptr_add_ref (const MirrorEntry *p)
 
void intrusive_ptr_release (const VxLanId *p)
 
void intrusive_ptr_add_ref (const VxLanId *p)
 
void intrusive_ptr_release (const MulticastPolicyEntry *p)
 
void intrusive_ptr_add_ref (const MulticastPolicyEntry *p)
 
void intrusive_ptr_release (const Route *p)
 
void intrusive_ptr_add_ref (const Route *p)
 
void intrusive_ptr_release (const NextHop *p)
 
void intrusive_ptr_add_ref (const NextHop *p)
 
void intrusive_ptr_release (const CryptTunnelEntry *p)
 
void intrusive_ptr_add_ref (const CryptTunnelEntry *p)
 
void intrusive_ptr_release (const AddrBase *p)
 
void intrusive_ptr_add_ref (const AddrBase *p)
 
void intrusive_ptr_release (const AclDBEntry *p)
 
void intrusive_ptr_add_ref (const AclDBEntry *p)
 
void intrusive_ptr_release (const PolicySet *p)
 
void intrusive_ptr_add_ref (const PolicySet *p)
 
void intrusive_ptr_release (const PhysicalDevice *p)
 
void intrusive_ptr_add_ref (const PhysicalDevice *p)
 
void intrusive_ptr_release (const PhysicalDeviceVn *p)
 
void intrusive_ptr_add_ref (const PhysicalDeviceVn *p)
 
void intrusive_ptr_release (const HealthCheckService *p)
 
void intrusive_ptr_add_ref (const HealthCheckService *p)
 
void intrusive_ptr_release (const ForwardingClass *p)
 
void intrusive_ptr_add_ref (const ForwardingClass *p)
 
void intrusive_ptr_release (const AgentQosConfig *p)
 
void intrusive_ptr_add_ref (const AgentQosConfig *p)
 
void intrusive_ptr_release (const QosQueueRef *p)
 
void intrusive_ptr_add_ref (const QosQueueRef *p)
 
void intrusive_ptr_release (const BridgeDomainEntry *p)
 
void intrusive_ptr_add_ref (const BridgeDomainEntry *p)
 
void intrusive_ptr_release (const SecurityLoggingObject *p)
 
void intrusive_ptr_add_ref (const SecurityLoggingObject *p)
 
void RouterIdDepInit (Agent *agent)
 

Macro Definition Documentation

#define AGENT_FLOW_STATS_MANAGER_TASK   "Agent::FlowStatsManager"

Definition at line 300 of file agent.h.

#define AGENT_INIT_TASKNAME   "Agent::Init"

Definition at line 297 of file agent.h.

#define AGENT_SANDESH_TASKNAME   "Agent::Sandesh"

Definition at line 301 of file agent.h.

#define AGENT_SHUTDOWN_TASKNAME   "Agent::Shutdown"

Definition at line 299 of file agent.h.

#define CFG_BACKUP_COUNT   2

Definition at line 314 of file agent.h.

#define CFG_BACKUP_DIR   "/var/lib/contrail/backup"

Definition at line 313 of file agent.h.

#define CFG_BACKUP_IDLE_TIMEOUT   (10*1000)

Definition at line 315 of file agent.h.

#define CFG_RESTORE_AUDIT_TIMEOUT   (15*1000)

Definition at line 316 of file agent.h.

#define INSTANCE_MANAGER_TASK_NAME   "Agent::InstanceManager"

Definition at line 298 of file agent.h.

#define IPV4_MULTICAST_BASE_ADDRESS   "224.0.0.0"

Definition at line 302 of file agent.h.

#define IPV6_MULTICAST_BASE_ADDRESS   "ff00::"

Definition at line 303 of file agent.h.

#define kAclDbTablePrefix   "db.acl"

Definition at line 350 of file agent.h.

#define kAgentResourceBackUpTask   "Agent::ResourceBackup"

Definition at line 340 of file agent.h.

#define kAgentResourceRestoreTask   "Agent::ResoureRestore"

Definition at line 339 of file agent.h.

#define kEventNotifierTask   "Agent::EventNotifier"

Definition at line 356 of file agent.h.

#define kEvpnRouteDbTableSuffix   "evpn.route.0"

Definition at line 355 of file agent.h.

#define kInterfaceDbTablePrefix   "db.interface"

Definition at line 345 of file agent.h.

#define kL2RouteDbTableSuffix   "l2.route.0"

Definition at line 353 of file agent.h.

#define kLogFilesCount   10

Definition at line 308 of file agent.h.

#define kLogFileSize   (2*1024*1024)

Definition at line 309 of file agent.h.

#define kMcastRouteDbTableSuffix   "mc.route.0"

Definition at line 354 of file agent.h.

#define kMplsDbTablePrefix   "db.mpls"

Definition at line 349 of file agent.h.

#define kTaskConfigManager   "Agent::ConfigManager"

Definition at line 337 of file agent.h.

#define kTaskCryptTunnel   "Agent::CryptTunnel"

Definition at line 334 of file agent.h.

#define kTaskDBExclude   "Agent::DBExcludeTask"

Definition at line 336 of file agent.h.

#define kTaskFlowAudit   "KSync::FlowAudit"

Definition at line 326 of file agent.h.

#define kTaskFlowDelete   "Agent::FlowDelete"

Definition at line 324 of file agent.h.

#define kTaskFlowEvent   "Agent::FlowEvent"

Definition at line 321 of file agent.h.

#define kTaskFlowKSync   "Agent::FlowKSync"

Definition at line 322 of file agent.h.

#define kTaskFlowLogging   "Agent::FlowLogging"

Definition at line 327 of file agent.h.

#define kTaskFlowMgmt   "Agent::FlowMgmt"

Definition at line 325 of file agent.h.

#define kTaskFlowStatsCollector   "Flow::StatsCollector"

Definition at line 328 of file agent.h.

#define kTaskFlowStatsUpdate   "Agent::FlowStatsUpdate"

Definition at line 331 of file agent.h.

#define kTaskFlowUpdate   "Agent::FlowUpdate"

Definition at line 323 of file agent.h.

#define kTaskHealthCheck   "Agent::HealthCheck"

Definition at line 333 of file agent.h.

#define kTaskHttpRequstHandler   "http::RequestHandlerTask"

Definition at line 338 of file agent.h.

#define kTaskMacAging   "Agent::MacAging"

Definition at line 343 of file agent.h.

#define kTaskMacLearning   "Agent::MacLearning"

Definition at line 341 of file agent.h.

#define kTaskMacLearningMgmt   "Agent::MacLearningMgmt"

Definition at line 342 of file agent.h.

#define kTaskSessionStatsCollector   "Flow::SessionStatsCollector"

Definition at line 329 of file agent.h.

#define kTaskSessionStatsCollectorEvent   "Flow::SessionStatsCollectorEvent"

Definition at line 330 of file agent.h.

#define kV4UnicastRouteDbTableSuffix   "uc.route.0"

Definition at line 351 of file agent.h.

#define kV6UnicastRouteDbTableSuffix   "uc.route6.0"

Definition at line 352 of file agent.h.

#define kVmDbTablePrefix   "db.vm"

Definition at line 347 of file agent.h.

#define kVnDbTablePrefix   "db.vn"

Definition at line 346 of file agent.h.

#define kVrfDbTablePrefix   "db.vrf.0"

Definition at line 348 of file agent.h.

#define MAX_XMPP_SERVERS   2

Definition at line 291 of file agent.h.

#define METADATA_IP_ADDR   ntohl(inet_addr("169.254.169.254"))

Definition at line 294 of file agent.h.

#define METADATA_NAT_PORT   80

Definition at line 296 of file agent.h.

#define METADATA_PORT   8775

Definition at line 295 of file agent.h.

#define MIN_UNICAST_LABEL_RANGE   4098

Definition at line 290 of file agent.h.

#define MULTICAST_BASE_ADDRESS_PLEN   8

Definition at line 304 of file agent.h.

#define MULTICAST_LABEL_BLOCK_SIZE   2048

Definition at line 288 of file agent.h.

#define MULTICAST_LABEL_RANGE_START   1024

Definition at line 287 of file agent.h.

#define VROUTER_SERVER_PORT   20914

Definition at line 306 of file agent.h.

#define XMPP_DNS_SERVER_PORT   53

Definition at line 293 of file agent.h.

#define XMPP_SERVER_PORT   5269

Definition at line 292 of file agent.h.

Typedef Documentation

typedef boost::intrusive_ptr<const AclDBEntry> AclDBEntryConstRef

Definition at line 143 of file agent.h.

typedef boost::intrusive_ptr<AclDBEntry> AclDBEntryRef

Definition at line 141 of file agent.h.

typedef std::vector<Ip4Address> AddressList

Definition at line 217 of file agent.h.

typedef boost::intrusive_ptr<AddrBase> AddrRef

Definition at line 136 of file agent.h.

typedef boost::intrusive_ptr<const AgentQosConfig> AgentQosConfigConstRef

Definition at line 178 of file agent.h.

typedef boost::intrusive_ptr<AgentQosConfig> AgentQosConfigRef

Definition at line 176 of file agent.h.

typedef boost::intrusive_ptr<const BridgeDomainEntry> BridgeDomainConstRef

Definition at line 190 of file agent.h.

typedef boost::intrusive_ptr<BridgeDomainEntry> BridgeDomainRef

Definition at line 188 of file agent.h.

typedef std::vector<std::string> CommunityList

Definition at line 204 of file agent.h.

typedef boost::intrusive_ptr<const CryptTunnelEntry> CryptTunnelEntryConstRef

Definition at line 132 of file agent.h.

typedef boost::intrusive_ptr<CryptTunnelEntry> CryptTunnelEntryRef

Definition at line 130 of file agent.h.

typedef boost::intrusive_ptr<const ForwardingClass> ForwardingClassConstRef

Definition at line 172 of file agent.h.

typedef boost::intrusive_ptr<ForwardingClass> ForwardingClassRef

Definition at line 170 of file agent.h.

typedef boost::intrusive_ptr<HealthCheckService> HealthCheckServiceRef

Definition at line 165 of file agent.h.

Definition at line 54 of file agent.h.

typedef boost::intrusive_ptr<const Interface> InterfaceConstRef

Definition at line 51 of file agent.h.

typedef std::vector<Interface *> InterfaceList

Definition at line 218 of file agent.h.

typedef std::vector<std::string> InterfaceNameList

Definition at line 219 of file agent.h.

typedef boost::intrusive_ptr<Interface> InterfaceRef

Definition at line 49 of file agent.h.

typedef boost::intrusive_ptr<MirrorEntry> MirrorEntryRef

Definition at line 99 of file agent.h.

typedef boost::intrusive_ptr<MplsLabel> MplsLabelRef

Definition at line 94 of file agent.h.

typedef boost::intrusive_ptr< const MulticastPolicyEntry > MulticastPolicyEntryConstRef

Definition at line 111 of file agent.h.

typedef boost::intrusive_ptr< MulticastPolicyEntry > MulticastPolicyEntryRef

Definition at line 109 of file agent.h.

typedef boost::intrusive_ptr<const NextHop> NextHopConstRef

Definition at line 126 of file agent.h.

typedef boost::intrusive_ptr<NextHop> NextHopRef

Definition at line 124 of file agent.h.

typedef boost::intrusive_ptr<const PhysicalDevice> PhysicalDeviceConstRef

Definition at line 155 of file agent.h.

typedef boost::intrusive_ptr<PhysicalDevice> PhysicalDeviceRef

Definition at line 153 of file agent.h.

typedef boost::intrusive_ptr<const PhysicalDeviceVn> PhysicalDeviceVnConstRef

Definition at line 161 of file agent.h.

typedef boost::intrusive_ptr<PhysicalDeviceVn> PhysicalDeviceVnRef

Definition at line 159 of file agent.h.

typedef boost::intrusive_ptr<const AclDBEntry> PolicySetConstRef

Definition at line 149 of file agent.h.

typedef boost::intrusive_ptr<PolicySet> PolicySetRef

Definition at line 147 of file agent.h.

typedef boost::intrusive_ptr<const QosQueue> QosQueueConstRef

Definition at line 184 of file agent.h.

typedef boost::intrusive_ptr<QosQueue> QosQueueRef

Definition at line 182 of file agent.h.

typedef boost::intrusive_ptr<Route> RouteRef

Definition at line 119 of file agent.h.

typedef std::vector<int> SecurityGroupList

Definition at line 201 of file agent.h.

typedef boost::intrusive_ptr<const SecurityLoggingObject> SecurityLoggingObjectConstRef

Definition at line 196 of file agent.h.

typedef boost::intrusive_ptr<SecurityLoggingObject> SecurityLoggingObjectRef

Definition at line 194 of file agent.h.

typedef boost::intrusive_ptr<const SgEntry> SgEntryConstRef

Definition at line 76 of file agent.h.

typedef boost::intrusive_ptr<SgEntry> SgEntryRef

Definition at line 74 of file agent.h.

typedef boost::intrusive_ptr<const TagEntry> TagEntryConstRef

Definition at line 82 of file agent.h.

typedef boost::intrusive_ptr<TagEntry> TagEntryRef

Definition at line 80 of file agent.h.

typedef std::vector<int> TagList

Definition at line 202 of file agent.h.

typedef std::vector<boost::uuids::uuid> UuidList

Definition at line 203 of file agent.h.

Definition at line 63 of file agent.h.

Definition at line 64 of file agent.h.

typedef boost::intrusive_ptr<const VmEntry> VmEntryConstRef

Definition at line 60 of file agent.h.

typedef boost::intrusive_ptr<VmEntry> VmEntryRef

Definition at line 58 of file agent.h.

typedef boost::intrusive_ptr<const VnEntry> VnEntryConstRef

Definition at line 70 of file agent.h.

typedef boost::intrusive_ptr<VnEntry> VnEntryRef

Definition at line 68 of file agent.h.

typedef std::set<std::string> VnListType

Definition at line 212 of file agent.h.

Definition at line 88 of file agent.h.

Definition at line 86 of file agent.h.

typedef std::pair<std::string, std::string> VrLimitData

Definition at line 215 of file agent.h.

typedef std::map<std::string, std::string> VrLimitExceeded

Definition at line 214 of file agent.h.

typedef boost::intrusive_ptr<VxLanId> VxLanIdRef

Definition at line 104 of file agent.h.

Function Documentation

void intrusive_ptr_add_back_ref ( const IntrusiveReferrer  ref,
const Interface p 
)
void intrusive_ptr_add_back_ref ( const IntrusiveReferrer  ref,
const VmEntry p 
)
void intrusive_ptr_add_back_ref ( const IntrusiveReferrer  ref,
const VrfEntry p 
)
void intrusive_ptr_add_ref ( const Interface p)
void intrusive_ptr_add_ref ( const VmEntry p)
void intrusive_ptr_add_ref ( const VnEntry p)
void intrusive_ptr_add_ref ( const SgEntry p)
void intrusive_ptr_add_ref ( const TagEntry p)
void intrusive_ptr_add_ref ( const VrfEntry p)
void intrusive_ptr_add_ref ( const MplsLabel p)
void intrusive_ptr_add_ref ( const MirrorEntry p)
void intrusive_ptr_add_ref ( const VxLanId p)
void intrusive_ptr_add_ref ( const MulticastPolicyEntry p)
void intrusive_ptr_add_ref ( const Route p)
void intrusive_ptr_add_ref ( const NextHop p)
void intrusive_ptr_add_ref ( const CryptTunnelEntry p)
void intrusive_ptr_add_ref ( const AddrBase *  p)
void intrusive_ptr_add_ref ( const AclDBEntry p)
void intrusive_ptr_add_ref ( const PolicySet p)
void intrusive_ptr_add_ref ( const PhysicalDevice p)
void intrusive_ptr_add_ref ( const PhysicalDeviceVn p)
void intrusive_ptr_add_ref ( const HealthCheckService p)
void intrusive_ptr_add_ref ( const ForwardingClass p)
void intrusive_ptr_add_ref ( const AgentQosConfig p)
void intrusive_ptr_add_ref ( const QosQueueRef p)
void intrusive_ptr_add_ref ( const BridgeDomainEntry p)
void intrusive_ptr_add_ref ( const SecurityLoggingObject p)
void intrusive_ptr_del_back_ref ( const IntrusiveReferrer  ref,
const Interface p 
)
void intrusive_ptr_del_back_ref ( const IntrusiveReferrer  ref,
const VmEntry p 
)
void intrusive_ptr_del_back_ref ( const IntrusiveReferrer  ref,
const VrfEntry p 
)
void intrusive_ptr_release ( const Interface p)
void intrusive_ptr_release ( const VmEntry p)
void intrusive_ptr_release ( const VnEntry p)
void intrusive_ptr_release ( const SgEntry p)
void intrusive_ptr_release ( const TagEntry p)
void intrusive_ptr_release ( const VrfEntry p)
void intrusive_ptr_release ( const MplsLabel p)
void intrusive_ptr_release ( const MirrorEntry p)
void intrusive_ptr_release ( const VxLanId p)
void intrusive_ptr_release ( const MulticastPolicyEntry p)
void intrusive_ptr_release ( const Route p)
void intrusive_ptr_release ( const NextHop p)
void intrusive_ptr_release ( const CryptTunnelEntry p)
void intrusive_ptr_release ( const AddrBase *  p)
void intrusive_ptr_release ( const AclDBEntry p)
void intrusive_ptr_release ( const PolicySet p)
void intrusive_ptr_release ( const PhysicalDevice p)
void intrusive_ptr_release ( const PhysicalDeviceVn p)
void intrusive_ptr_release ( const HealthCheckService p)
void intrusive_ptr_release ( const ForwardingClass p)
void intrusive_ptr_release ( const AgentQosConfig p)
void intrusive_ptr_release ( const QosQueueRef p)
void intrusive_ptr_release ( const BridgeDomainEntry p)
void intrusive_ptr_release ( const SecurityLoggingObject p)
void RouterIdDepInit ( Agent agent)

Definition at line 45 of file controller/src/vnsw/agent/contrail/main.cc.