From 326a4e4456c4f9846ab60b37acd32b1b4f43a31d Mon Sep 17 00:00:00 2001 From: Fisher Darling Date: Sat, 11 Feb 2023 19:46:39 +0100 Subject: [PATCH] alanet: update peering template --- projects/alamesh/bird_example_conf/template/bird.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/alamesh/bird_example_conf/template/bird.conf b/projects/alamesh/bird_example_conf/template/bird.conf index 713845b..60a807f 100644 --- a/projects/alamesh/bird_example_conf/template/bird.conf +++ b/projects/alamesh/bird_example_conf/template/bird.conf @@ -90,7 +90,7 @@ protocol static { # magic happens. We use a template since every peer will essentially # have the same BGP configuration. The template name is `alapeers`. # -# Each peer gets its own template nad file under `peers6/*``. +# Each peer gets its own template and file under `peers/*``. # # We're using BGP in "exterior" or `eBGP` mode. This means we're using # the protocol to define routes between Autonomous Systems, not really