From 9ee29d8cb7418c9c34c81a439d656ed789ed24af Mon Sep 17 00:00:00 2001 From: gaoyuheng Date: Sat, 23 May 2026 15:39:21 +0800 Subject: [PATCH] ...... --- bird/template/dn42_new.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bird/template/dn42_new.conf b/bird/template/dn42_new.conf index dd442e2..eeac406 100644 --- a/bird/template/dn42_new.conf +++ b/bird/template/dn42_new.conf @@ -1,6 +1,6 @@ template bgp dn42_up0_new { graceful restart; - local as LOCAL_ASN; + local as DN42_ASN; ipv4 { table dn42v4; import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; }; @@ -15,7 +15,7 @@ template bgp dn42_up0_new { template bgp dn42_up1_new { graceful restart; - local as LOCAL_ASN; + local as DN42_ASN; ipv4 { table dn42v4; import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; }; @@ -30,7 +30,7 @@ template bgp dn42_up1_new { template bgp dn42_ibgp_new { graceful restart; - local as LOCAL_ASN; + local as DN42_ASN; med metric; direct; ipv4 { @@ -52,7 +52,7 @@ template bgp dn42_ibgp_new { template bgp dn42_ibgp_mp_new { graceful restart; - local as LOCAL_ASN; + local as DN42_ASN; med metric; ipv4 { table dn42v4;