6 #include <net/ethernet.h>
7 #include <boost/uuid/uuid_io.hpp>
31 #include <vnc_cfg_types.h>
34 #include "sandesh/sandesh_trace.h"
35 #include "sandesh/common/vns_types.h"
36 #include "sandesh/common/vns_constants.h"
42 using namespace boost::uuids;
71 assert(xconnect != NULL);
86 const std::string &vrf_name,
89 const std::string &xconnect,
90 const std::string vn_name,
92 InterfaceData(NULL, NULL, transport), sub_type_(sub_type), ip_addr_(addr),
93 plen_(plen), gw_(gw), xconnect_(xconnect), vn_name_(vn_name) {
115 assert(flow_key_nh_);
116 label_ = flow_key_nh_->mpls_label()->label();
149 const Ip4Address &gw,
const string &vn_name) {
154 if (physical_intf->
no_arp() ||
164 vn_list.insert(vn_name);
182 const VrfEntry *vrf,
const string &interface,
184 int plen,
const string &vn_name) {
188 addr, 32, vn_name,
false,
true);
193 if (physical_intf->
no_arp())
234 if (physical_intf && physical_intf->
no_arp()) {
248 boost::system::error_code ec;
276 boost::system::error_code ec;
305 (vrf_table->GetInet4UnicastRouteTable(
vrf()->GetName()));
312 if (
gw_.to_ulong()) {
335 if (
gw_.to_ulong()) {
349 sub_type_(VHOST), ip_addr_(0), plen_(0), gw_(0), xconnect_(NULL),
358 const std::string &vn_name) :
461 if (
gw_.to_ulong()) {
467 if (
gw_.to_ulong()) {
486 const std::string &xconnect,
487 const std::string &vn_name,
493 vn_name, transport));
502 const std::string &xconnect,
503 const std::string &vn_name,
509 vn_name, transport));
517 req.
data.reset(NULL);
524 req.data.reset(NULL);
static void AddHostRoutes(Agent *agent, InetUnicastAgentRouteTable *table, const VrfEntry *vrf, const string &interface, const Interface *xconnect, const Ip4Address &addr, int plen, const string &vn_name)
static void DeleteHostRoutes(Agent *agent, InetUnicastAgentRouteTable *table, const VrfEntry *vrf, const Interface *xconnect, const Ip4Address &addr, int plen)
void DelHostMulticastRoutes()
static void AddResolveRoute(const Peer *peer, const string &vrf_name, const Ip4Address &ip, const uint8_t plen, const InterfaceKey &intf_key, const uint32_t label, bool policy, const std::string &vn_name, const SecurityGroupList &sg_list, const TagList &tag_list)
const std::string & vhost_name() const
Ip4Address GetIp4SubnetBroadcastAddress(const Ip4Address &ip_prefix, uint16_t plen)
void DeActivateSimpleGateway()
NextHopTable * nexthop_table() const
DBTableBase * get_table() const
void ActivateSimpleGateway()
VrfEntry * fabric_policy_vrf() const
std::vector< int > SecurityGroupList
std::unique_ptr< DBRequestData > data
InetUnicastAgentRouteTable * GetInet4UnicastRouteTable() const
AgentDBEntry * FindActiveEntry(const DBEntry *key)
InterfaceTable * interface_table() const
bool Enqueue(DBRequest *req)
Interface::Transport transport_
void DeActivateHostInterface()
const string & GetName() const
static void CreateInetInterfaceNextHop(const string &ifname, const string &vrf_name, const MacAddress &mac)
static void CreateReq(InterfaceTable *table, const std::string &ifname, SubType sub_type, const std::string &vrf_name, const Ip4Address &addr, int plen, const Ip4Address &gw, const std::string &xconnect, const std::string &vn_name, Interface::Transport transport)
const Ip4Address & vhost_addr() const
static Ip4Address GetIp4SubnetAddress(const Ip4Address &prefix, uint16_t plen)
std::unique_ptr< DBRequestKey > KeyPtr
InetInterface::SubType sub_type_
KeyPtr GetDBRequestKey() const
static void AddVHostSubnetRecvRoute(const Peer *peer, const string &vrf, const InterfaceKey &interface, const Ip4Address &addr, uint8_t plen, const std::string &vn_name, bool policy)
static void AddVHostRecvRouteReq(const Peer *peer, const string &vrf, const InterfaceKey &interface, const IpAddress &addr, uint8_t plen, const string &vn_name, bool policy, bool native_encap)
InetUnicastAgentRouteTable * GetInet4UnicastRouteTable(const std::string &vrf_name)
static void AddVHostRecvRoute(const Peer *peer, const string &vrf, const InterfaceKey &interface, const IpAddress &addr, uint8_t plen, const string &vn_name, bool policy, bool native_encap, bool ipam_host_route=true)
const std::string & fabric_vrf_name() const
static VrfTable * GetInstance()
static void Delete(const Peer *peer, const string &vrf_name, const IpAddress &addr, uint8_t plen)
InetInterfaceKey(const std::string &name)
static void Create(InterfaceTable *table, const std::string &ifname, SubType sub_type, const std::string &vrf_name, const Ip4Address &addr, int plen, const Ip4Address &gw, const std::string &xconnect, const std::string &vn_name, Interface::Transport transport)
static void Create(NextHopTable *table, const Interface *intf, bool policy)
NextHopConstRef flow_key_nh_
std::unique_ptr< DBRequestKey > key
const Peer * local_peer() const
bool OnChange(InetInterfaceData *data)
std::vector< std::string > CommunityList
std::vector< Ip4Address > AddressList
virtual void Process(DBRequest &req)
AgentParam * params() const
std::set< std::string > VnListType
static void DeleteReq(const Peer *peer, const string &vrf_name, const IpAddress &addr, uint8_t plen, AgentRouteData *data)
void ActivateHostInterface()
#define MULTICAST_BASE_ADDRESS_PLEN
static void DeleteDefaultRoute(Agent *agent, InetUnicastAgentRouteTable *table, const VrfEntry *vrf, const Ip4Address &addr)
boost::asio::ip::address_v4 Ip4Address
Interface * AllocEntry(const InterfaceTable *table) const
EncapType encap_type() const
static const uint32_t kInvalidLabel
void AddHostMulticastRoutes()
static void AddDefaultRoute(Agent *agent, InetUnicastAgentRouteTable *table, const VrfEntry *vrf, const Interface *xconnect, const Ip4Address &gw, const string &vn_name)
VrfTable * vrf_table() const
InetInterface(const std::string &name)
static void DeleteInetInterfaceNextHop(const string &ifname, const MacAddress &mac)
static void AddGatewayRoute(const Peer *peer, 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)
void AddInterfaceRouteReq(Agent *agent, const Peer *peer, const string &vrf_name, const Ip4Address &ip, uint8_t plen, const Interface *intrface, const std::string &vn_name)
InetInterfaceData(InetInterface::SubType sub_type, const std::string &vrf_name, const Ip4Address &addr, int plen, const Ip4Address &gw, const std::string &xconnect, const std::string vn_name, Interface::Transport transport)
#define IPV4_MULTICAST_BASE_ADDRESS
bool forwarding_enabled() const
#define IPV6_MULTICAST_BASE_ADDRESS
const std::string & name() const
const Peer * local_vm_peer() const
static const MacAddress & pkt_interface_mac()
void InetInit(const std::string &vrf_name)
static void DeleteReq(InterfaceTable *table, const std::string &ifname)
bool subnet_hosts_resolvable() const
const std::string & fabric_vn_name() const
InterfaceKey * Clone() const
virtual bool CmpInterface(const DBEntry &rhs) const
std::vector< int > TagList
const std::string & fabric_policy_vrf_name() const