aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--agent/src/main/resources/bird2_v4.conf.ftlh2
-rw-r--r--agent/src/main/resources/bird2_v6.conf.ftlh2
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/src/main/resources/bird2_v4.conf.ftlh b/agent/src/main/resources/bird2_v4.conf.ftlh
index e698069..ea10c9e 100644
--- a/agent/src/main/resources/bird2_v4.conf.ftlh
+++ b/agent/src/main/resources/bird2_v4.conf.ftlh
@@ -1,4 +1,4 @@
-protocol bgp ${name} from dnpeers {
+protocol bgp dn42_${name} from dnpeers {
neighbor ${ipv4} as ${asn};
direct;
}
diff --git a/agent/src/main/resources/bird2_v6.conf.ftlh b/agent/src/main/resources/bird2_v6.conf.ftlh
index d8f4306..579fa84 100644
--- a/agent/src/main/resources/bird2_v6.conf.ftlh
+++ b/agent/src/main/resources/bird2_v6.conf.ftlh
@@ -1,4 +1,4 @@
-protocol bgp ${name}_v6 from dnpeers {
+protocol bgp dn42_${name}_v6 from dnpeers {
neighbor ${ipv6}%${dev} as ${asn};
direct;
} \ No newline at end of file