So for now in ahv subnets we are using:
AhvVmNic(subnet="vlan.0"),
Apart from them we should also accept parameter cluster name for identifying subnet having same name across multiple PE.
i.e.
AhvVmNic(subnet="vlan.0", cluster_name="name"),
Added cluster attribute to be passed for subnets, else any existing subnet with given name will be used.
Interface: AhvVmNic(subnet="vlan.0", cluster="calmdev1")
So for now in ahv subnets we are using:
AhvVmNic(subnet="vlan.0"),
Apart from them we should also accept parameter cluster name for identifying subnet having same name across multiple PE. i.e.
AhvVmNic(subnet="vlan.0", cluster_name="name"),