36 using namespace boost::uuids;
37 using namespace autogen;
72 addr_(0), ip6_addr_(), vm_mac_(
""),
73 cfg_name_(
""), vm_uuid_(), vm_name_(), vn_uuid_(), vrf_name_(
""),
74 fabric_port_(true), need_linklocal_ip_(false), bridging_(true),
75 layer3_forwarding_(true), mirror_enable_(false), ecmp_(false),
76 ecmp6_(false), dhcp_enable_(true), dhcp_enable_v6_(false),
77 proxy_arp_mode_(
VmInterface::PROXY_ARP_NONE), admin_state_(true),
78 disable_policy_(false), analyzer_name_(
""),
79 local_preference_(0), oper_dhcp_options_(),
81 cfg_igmp_enable_(false), igmp_enabled_(false),
82 mac_ip_learning_enable_(false), max_flows_(0), sg_list_(),
83 floating_ip_list_(), alias_ip_list_(), service_vlan_list_(),
84 static_route_list_(), allowed_address_pair_list_(),
85 instance_ipv4_list_(true), instance_ipv6_list_(false),
86 bridge_domain_list_(),
89 physical_interface_(
""), parent_vmi_(), subnet_(0), subnet_plen_(0),
92 logical_interface_(nil_uuid()), ecmp_load_balance_(),
93 service_health_check_ip_(), service_ip_(0),
94 service_ip_ecmp_(false), service_ip6_(), service_ip_ecmp6_(false),
95 qos_config_uuid_(), learning_enabled_(false),
96 vhostuser_mode_(
VmInterface::vHostUserClient), is_left_si_(false), service_mode_(
VmInterface::SERVICE_MODE_ERROR),
97 si_other_end_vmi_(nil_uuid()), vmi_cfg_uuid_(nil_uuid()),
98 service_intf_type_(
""), physical_interface_list_() {
120 boost::system::error_code ec;
122 if (ec.value() != 0) {
145 vmi->
Resync(table, &data);
152 bool *force_update)
const {
153 bool sg_changed =
false;
154 bool ecmp_changed =
false;
155 bool local_pref_changed =
false;
156 bool ecmp_load_balance_changed =
false;
157 bool static_route_config_changed =
false;
158 bool etree_leaf_mode_changed =
false;
159 bool tag_changed =
false;
162 ret = vmi->
CopyConfig(table,
this, &sg_changed, &ecmp_changed,
163 &local_pref_changed, &ecmp_load_balance_changed,
164 &static_route_config_changed,
165 &etree_leaf_mode_changed, &tag_changed);
166 if (sg_changed || ecmp_changed || local_pref_changed ||
167 ecmp_load_balance_changed || static_route_config_changed
168 || etree_leaf_mode_changed || tag_changed )
169 *force_update =
true;
179 return static_cast <autogen::VirtualMachineInterface *>
208 boost::system::error_code ec;
231 FindActiveEntry(&physical_key));
232 vm_mac_ = pif->mac().ToString();
249 if (addr.is_unspecified()) {
267 bool *local_pref_changed,
268 bool *ecmp_load_balance_changed,
269 bool *static_route_config_changed,
270 bool *etree_leaf_mode_changed,
275 if (
vm_.get() !=
vm) {
281 (
vm_.get() != NULL) ?
vm_->drop_new_flows() :
false;
294 if (vrf &&
vrf_->forwarding_vrf()) {
295 forwarding_vrf =
vrf_->forwarding_vrf();
311 *etree_leaf_mode_changed =
true;
341 if (
vn_.get() !=
vn) {
373 bool is_etree_leaf =
false;
380 *etree_leaf_mode_changed =
true;
397 *etree_leaf_mode_changed =
true;
411 if (qos_config == NULL) {
414 is_vn_qos_config =
true;
433 uint32_t max_flow = 0;
446 *local_pref_changed =
true;
549 boost::system::error_code ec;
552 if (ec.value() != 0) {
578 *etree_leaf_mode_changed =
true;
592 if (AuditList<FloatingIpList, FloatingIpSet::iterator>
594 new_fip_list.begin(), new_fip_list.end())) {
603 if (AuditList<AliasIpList, AliasIpSet::iterator>
605 new_aip_list.begin(), new_aip_list.end())) {
614 if (AuditList<ServiceVlanList, ServiceVlanSet::iterator>
616 new_service_list.begin(), new_service_list.end())) {
623 if (AuditList<StaticRouteList, StaticRouteSet::iterator>
625 new_route_list.begin(), new_route_list.end())) {
626 *static_route_config_changed =
true;
634 if (AuditList<AllowedAddressPairList, AllowedAddressPairSet::iterator>
636 new_aap_list.begin(), new_aap_list.end())) {
644 AuditList<SecurityGroupEntryList, SecurityGroupEntrySet::iterator>
645 (
sg_list_, old_sg_list.begin(), old_sg_list.end(),
646 new_sg_list.begin(), new_sg_list.end());
654 if (AuditList<VrfAssignRuleList, VrfAssignRuleSet::iterator>
656 old_vrf_assign_list.end(), new_vrf_assign_list.begin(),
657 new_vrf_assign_list.end())) {
664 if (AuditList<FatFlowList, FatFlowEntrySet::iterator>
666 old_fat_flow_entry_list.end(), new_fat_flow_entry_list.begin(),
667 new_fat_flow_entry_list.end())) {
677 new_ipv4_list.insert(
679 data->
ecmp_,
true,
false,
false,
false,
682 if (AuditList<InstanceIpList, InstanceIpSet::iterator>
684 new_ipv4_list.begin(), new_ipv4_list.end())) {
692 new_ipv6_list.insert(
694 data->
ecmp6_,
true,
false,
false,
false,
698 if (AuditList<InstanceIpList, InstanceIpSet::iterator>
700 new_ipv6_list.begin(), new_ipv6_list.end())) {
706 if (AuditList<BridgeDomainList, BridgeDomainEntrySet::iterator>
708 new_bd_list.begin(), new_bd_list.end())) {
715 *tag_changed = AuditList<TagEntryList, TagEntrySet::iterator>(
tag_list_,
716 old_tag_list.begin(),
718 new_tag_list.begin(),
728 old_recv_list.begin(),
730 new_recv_list.begin(),
731 new_recv_list.end());
738 *etree_leaf_mode_changed =
true;
744 *ecmp_changed =
true;
749 *ecmp_changed =
true;
756 *ecmp_changed =
true;
764 *ecmp_changed =
true;
798 std::vector<std::string>::const_iterator ptr;
802 new_parent_list.push_back(static_cast<Interface *>
837 *ecmp_load_balance_changed =
true;
863 physical_interface_(),
871 const std::string &mac_addr,
872 const std::string vm_name,
875 const std::string &physical_interface,
880 uint8_t vhostuser_mode,
882 uint8_t link_state) :
884 ipv4_addr_(ipv4_addr),
885 ipv6_addr_(ipv6_addr),
889 vm_project_uuid_(vm_project_uuid),
890 physical_interface_(physical_interface),
891 tx_vlan_id_(tx_vlan_id),
892 rx_vlan_id_(rx_vlan_id),
893 device_type_(device_type),
895 vhostuser_mode_(vhostuser_mode), link_state_(link_state) {
910 assert(parent != NULL);
913 boost::system::error_code ec;
915 if (ec.value() != 0) {
940 vmi->
Resync(table, &data);
950 bool *force_update)
const {
985 const string &os_name,
const Ip4Address &addr,
986 const string &mac,
const string &vm_name,
987 const uuid &vm_project_uuid, uint16_t tx_vlan_id,
988 uint16_t rx_vlan_id,
const std::string &parent,
990 uint8_t vhostuser_mode,
992 uint8_t link_state) {
998 nil_uuid(), vm_project_uuid, parent,
999 tx_vlan_id, rx_vlan_id,
1003 transport, link_state));
1028 bool *force_update)
const {
1052 bool *force_update)
const {
1080 bool *force_update)
const {
1084 uint32_t old_os_index = vmi->
os_index();
1098 if (vmi->
os_index() != old_os_index)
1120 bool *force_update)
const {
1125 *force_update =
true;
1131 *force_update =
true;
1139 *force_update =
true;
1158 bool *force_update)
const {
1164 drop_new_flows_(drop_new_flows) {
1172 bool *force_update)
const {
1185 if ((*it)->active() ==
false) {
1188 is_hc_active =
false;
1211 (
const std::string &ifname):
1241 vmi->
Resync(table, &data);
1251 bool *force_update)
const {
1258 is_add(true), mac_ip_list_() {
1276 bool *force_update)
const {
1282 const string &ifname) {
1301 void AddVmiQosConfig::HandleRequest()
const {
1302 QosResponse *resp =
new QosResponse();
1303 resp->set_context(context());
1315 resp->set_resp(
"Success");
std::set< AliasIp, AliasIp > AliasIpSet
virtual VmInterface * OnAdd(const InterfaceTable *table, const VmInterfaceKey *key) const
VmInterface::FloatingIpList floating_ip_list_
std::string analyzer_name_
virtual bool OnDelete(const InterfaceTable *table, VmInterface *vmi) const
VmInterface::StaticRouteList static_route_list_
BridgeDomainEntrySet list_
bool pbb_interface() const
virtual ~VmInterfaceNewFlowDropData()
std::vector< Interface * > InterfaceList
boost::uuids::uuid parent_vmi_
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
bool isVmwareMode() const
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
virtual VmInterface * OnAdd(const InterfaceTable *table, const VmInterfaceKey *key) const
boost::uuids::uuid qos_config_uuid_
std::set< VrfAssignRule, VrfAssignRule > VrfAssignRuleSet
AliasIpList alias_ip_list_
const AgentQosConfig * qos_config() const
static Agent * GetInstance()
static const uint8_t kMaxV6PrefixLen
static boost::uuids::uuid StringToUuid(const std::string &str)
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
std::set< InstanceIp, InstanceIp > InstanceIpSet
boost::uuids::uuid logical_interface_
Interface::MirrorDirection mirror_direction_
OperDhcpOptions oper_dhcp_options_
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
const boost::uuids::uuid & GetUuid() const
boost::uuids::uuid vmi_cfg_uuid_
void UpdateOperStateOfSubIntf(const InterfaceTable *table)
VmInterface::VmiType vmi_type_
virtual VmInterface * OnAdd(const InterfaceTable *table, const VmInterfaceKey *key) const
void ResetConfigurer(VmInterface::Configurer type)
Ip6Address primary_ip6_addr_
virtual ~VmInterfaceLearntMacIpData()
VmInterface::DeviceType device_type_
uint32_t vhost_prefix_len() const
uint32_t os_index() const
AllowedAddressPairList allowed_address_pair_list_
const AddressList & gateway_list() const
std::set< BridgeDomain, BridgeDomain > BridgeDomainEntrySet
boost::asio::ip::address IpAddress
static const MacAddress & vrrp_mac()
std::string physical_interface_
VmInterface::InstanceIpList instance_ipv4_list_
const MacAddress & GetVifMac(const Agent *) const
static const MacAddress kZeroMac
VmEntry * FindVmRef(const boost::uuids::uuid &uuid) const
IpAddress service_health_check_ip_
void DelPhysicalDeviceVnEntry(const boost::uuids::uuid &vmi)
VmInterface::InstanceIpList instance_ipv6_list_
std::unique_ptr< DBRequestData > data
InterfaceKey * Clone() const
void Remove(const LearntMacIp *rhs)
ProxyArpMode proxy_arp_mode_
uint32_t vn_max_flows() const
Interface::MirrorDirection mirror_direction_
boost::uuids::uuid vm_project_uuid_
std::set< VmiReceiveRoute, VmiReceiveRoute > VmiReceiveRouteSet
AgentDBEntry * FindActiveEntry(const DBEntry *key)
InterfaceTable * interface_table() const
bool Enqueue(DBRequest *req)
static const uint8_t kMaxV4PrefixLen
VmInterfaceLearntMacIpData()
bool use_global_vrouter() const
VmInterfaceHealthCheckData()
Interface::Transport transport_
VmInterface::ProxyArpMode proxy_arp_mode_
static void SetIfNameReq(InterfaceTable *table, const boost::uuids::uuid &uuid, const std::string &ifname)
bool pbb_etree_enable() const
StaticRouteList static_route_list_
VmInterfaceNewFlowDropData(bool drop_new_flows)
boost::uuids::uuid vm_uuid_
bool CopyIp6Address(const Ip6Address &addr)
const boost::uuids::uuid & logical_router_uuid() const
boost::uuids::uuid vm_project_uuid_
MirrorEntry * FindMirrorRef(const std::string &name) const
VmInterface::BridgeDomainList bridge_domain_list_
VrfAssignRuleList vrf_assign_rule_list_
boost::uuids::uuid logical_router_uuid_
VmInterface::LearntMacIpList mac_ip_list_
std::set< StaticRoute, StaticRoute > StaticRouteSet
std::string ToString() const
bool flood_unknown_unicast() const
bool AuditList(List &list, Iterator old_first, Iterator old_last, Iterator new_first, Iterator new_last)
const VmiEcmpLoadBalance & ecmp_load_balance() const
virtual void Copy(const VmiEcmpLoadBalance &rhs)
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
void SetConfigurer(VmInterface::Configurer type)
BridgeDomainList bridge_domain_list_
VmInterface::VmiType vmi_type_
friend struct VmInterfaceNovaData
virtual bool OnDelete(const InterfaceTable *table, VmInterface *entry) const
BgpAsAService * bgp_as_a_service() const
virtual bool OnDelete(const InterfaceTable *table, VmInterface *entry) const
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
MirrorEntryRef mirror_entry_
void Insert(const LearntMacIp *rhs)
virtual VmInterface * OnAdd(const InterfaceTable *table, const VmInterfaceKey *key) const
static const uint8_t vHostUserClient
uint8_t GetInterfaceTransport() const
bool IsConfigurerSet(VmInterface::Configurer type)
static const uint32_t kInvalidVlanId
VrfEntryRef forwarding_vrf_
VmiReceiveRouteList receive_route_list_
bool flood_unknown_unicast() const
boost::uuids::uuid si_other_end_vmi_
VmInterface::HbsIntfType hbs_intf_type_
friend struct VmInterfaceConfigData
const std::string & fabric_interface_name() const
virtual void GetOsParams(Agent *agent)
boost::asio::ip::address_v6 Ip6Address
Ip4Address router_id() const
bool flood_unknown_unicast_
VnEntry * FindVnRef(const boost::uuids::uuid &uuid) const
ServiceVlanList service_vlan_list_
std::unique_ptr< DBRequestKey > key
AllowedAddressPairSet list_
const std::vector< std::string > & fabric_interface_name_list() const
std::string service_intf_type_
VmInterface::SecurityGroupEntryList sg_list_
VmInterface::AliasIpList alias_ip_list_
bool IsIpv4Active() const
LearntMacIpList learnt_mac_ip_list_
boost::uuids::uuid si_other_end_vmi_
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
static const std::string & NullString()
VmInterface::VmiType vmi_type_
void set_hbs_intf_type(VmInterface::HbsIntfType val)
OperDhcpOptions oper_dhcp_options_
IpAddress service_health_check_ip_
bool NeedDefaultOsOperStateDisabled(Agent *agent) const
VrfEntry * FindVrfRef(const std::string &name) const
VmInterface::DeviceType device_type_
HealthCheckInstanceSet hc_instance_set_
std::set< SecurityGroupEntry, SecurityGroupEntry > SecurityGroupEntrySet
const VnEntry * vn() const
std::vector< std::string > CommunityList
FatFlowList fat_flow_list_
Interface::MirrorDirection mirror_direction() const
std::vector< std::string > physical_interface_list_
AgentParam * params() const
boost::uuids::uuid logical_interface_
#define MULTICAST_BASE_ADDRESS_PLEN
void CopyVhostData(const Agent *agent)
bool mac_ip_learning_enable_
boost::asio::ip::address_v4 Ip4Address
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
IFMapNode * ifmap_node() const
bool layer2_control_word_
bool CopyIpAddress(Ip4Address &addr)
std::string physical_interface_
VmInterfaceConfigData(Agent *agent, IFMapNode *node)
VmInterface::HbsIntfType hbs_intf_type_
IFMapObject * GetObject()
std::set< TagEntry, TagEntry > TagEntrySet
bool Resync(const InterfaceTable *table, const VmInterfaceData *data)
boost::uuids::uuid vmi_cfg_uuid_
static void DeleteIfNameReq(InterfaceTable *table, const boost::uuids::uuid &uuid)
VmInterface::TagEntryList tag_list_
const Agent * agent() const
InterfaceList parent_list_
AgentQosConfigTable * qos_config_table() const
bool layer3_forwarding() const
VmInterface::FatFlowList fat_flow_list_
std::set< ServiceVlan, ServiceVlan > ServiceVlanSet
InstanceIpList instance_ipv4_list_
static const uint32_t kInvalidIndex
bool is_vn_qos_config() const
bool mac_ip_learning_enable_
FloatingIpList floating_ip_list_
const std::string & cfg_name() const
InstanceIpList instance_ipv6_list_
AgentQosConfigConstRef qos_config_
SecurityGroupEntrySet list_
const AgentQosConfig * qos_config() const
std::set< FloatingIp, FloatingIp > FloatingIpSet
std::set< FatFlowEntry, FatFlowEntry > FatFlowEntrySet
#define IPV4_MULTICAST_BASE_ADDRESS
bool layer2_control_word() const
#define IPV6_MULTICAST_BASE_ADDRESS
struct InterfaceOsParams os_params_
VmInterfaceKey(AgentKey::DBSubOperation sub_op, const boost::uuids::uuid &uuid, const std::string &name)
void set_logical_router_uuid(const boost::uuids::uuid &logical_router_uuid)
bool layer2_control_word() const
Interface * AllocEntry(const InterfaceTable *table) const
bool copyMacIpData(const VmInterfaceLearntMacIpData *data)
std::set< AllowedAddressPair, AllowedAddressPair > AllowedAddressPairSet
VrfEntry * forwarding_vrf() const
bool subnet_hosts_resolvable() const
VmiEcmpLoadBalance ecmp_load_balance_
uint32_t local_preference_
autogen::VirtualMachineInterface * GetVmiCfg() const
virtual ~VmInterfaceIfNameData()
VmInterface::DeviceType device_type_
virtual bool OnResync(const InterfaceTable *table, VmInterface *vmi, bool *force_update) const
std::string analyzer_name_
static MacAddress FromString(const std::string &str, boost::system::error_code *error=NULL)
void DeleteVmInterface(const boost::uuids::uuid &vmi_uuid)
static void NovaAdd(InterfaceTable *table, const boost::uuids::uuid &intf_uuid, const std::string &os_name, const Ip4Address &addr, const std::string &mac, const std::string &vn_name, const boost::uuids::uuid &vm_project_uuid, uint16_t tx_vlan_id, uint16_t rx_vlan_id, const std::string &parent, const Ip6Address &ipv6, uint8_t vhostuser_mode, Interface::Transport transport, uint8_t link_state)
std::string service_intf_type_
VmiEcmpLoadBalance ecmp_load_balance_
virtual ~VmInterfaceNovaData()
bool IsIpv6Active() const
VmInterface::ServiceVlanList service_vlan_list_
bool UpdateIsHealthCheckActive()
Ip6Address nova_ip6_addr_
VmInterface::VmiReceiveRouteList receive_route_list_
SecurityGroupEntryList sg_list_
boost::uuids::uuid vn_uuid_
bool is_hc_active() const
const VmEntry * vm() const
bool CopyConfig(const InterfaceTable *table, const VmInterfaceConfigData *data, bool *sg_changed, bool *ecmp_changed, bool *local_pref_changed, bool *ecmp_load_balance_changed, bool *static_route_config_changed, bool *etree_leaf_mode_changed, bool *tag_changed)
virtual ~VmInterfaceHealthCheckData()
bool drop_new_flows() const
uint32_t local_preference_
const std::string & fabric_policy_vrf_name() const