From d42c676845b63e1fd68e8b4dc9750a57bf915243 Mon Sep 17 00:00:00 2001 From: Andrevich <47223721+1andrevich@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:58:27 +0400 Subject: [PATCH] bird2 config example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8c8327..6714011 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ protocol bgp refilter { }; export none; }; - local as $ASN; + local as 64999; neighbor 165.22.127.207 as 65412; multihop; hold time 240; @@ -151,7 +151,7 @@ protocol bgp refilter { }; export none; }; - local as $ASN; + local as 64999; neighbor 165.22.127.207 as 65412; multihop; hold time 240;