]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Controllers/EvpnPlugin.pm
evpn: prefix interfaces
[pve-network.git] / PVE / Network / SDN / Controllers / EvpnPlugin.pm
index 87c8a2bc44c90841179aebed053bb6724631aa51..79ecaeb0e9c9e122a1cbb7aa3490250f7a588efe 100644 (file)
@@ -106,7 +106,7 @@ sub generate_controller_config {
 sub generate_controller_zone_config {
     my ($class, $plugin_config, $controller, $id, $uplinks, $config) = @_;
 
-    my $vrf = $id;
+    my $vrf = "vrf_$id";
     my $vrfvxlan = $plugin_config->{'vrf-vxlan'};
     my $asn = $controller->{asn};
     my $gatewaynodes = $controller->{'gateway-nodes'};