|
static void | Inet4UnicastTableEnqueue (Agent *agent, DBRequest *req) |
|
static void | Inet4MplsUnicastTableEnqueue (Agent *agent, DBRequest *req) |
|
static void | Inet6UnicastTableEnqueue (Agent *agent, const string &vrf_name, DBRequest *req) |
|
static void | InetUnicastTableEnqueue (Agent *agent, const string &vrf, DBRequest *req) |
|
static void | Inet4UnicastTableProcess (Agent *agent, const string &vrf_name, DBRequest &req) |
|
static void | Inet6UnicastTableProcess (Agent *agent, const string &vrf_name, DBRequest &req) |
|
static void | InetUnicastTableProcess (Agent *agent, const string &vrf_name, DBRequest &req) |
|
static void | AddVHostRecvRouteInternal (DBRequest *req, const Peer *peer, const string &vrf, const InterfaceKey &intf_key, const IpAddress &addr, uint8_t plen, const string &vn_name, bool policy, bool native_encap) |
|
static void | AddVHostMplsRecvRouteInternal (DBRequest *req, const Peer *peer, const string &vrf, const InterfaceKey &intf_key, const IpAddress &addr, uint8_t plen, const string &vn_name, bool policy, bool native_encap) |
|
static void | AddGatewayRouteInternal (const Peer *peer, DBRequest *req, const string &vrf_name, const Ip4Address &dst_addr, uint8_t plen, const AddressList &gw_list, const VnListType &vn_name, uint32_t label, const SecurityGroupList &sg_list, const TagList &tag_list, const CommunityList &communities, bool native_encap) |
|