From 2d6f6301c5efb70dcbb6742ed5c4003fa0789586 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 17 Jul 2023 20:14:04 +0200 Subject: [PATCH] Use area 1 in the swarm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes it more contained and more demonstrative (if that is a word…) --- templates/bird.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bird.conf b/templates/bird.conf index bb32f7f..b547eba 100644 --- a/templates/bird.conf +++ b/templates/bird.conf @@ -25,7 +25,7 @@ protocol ospf v2 { import all; export all; }; - area 0 { + area 1 { {% for br in c.bridges %} interface "net_{{br.num}}" { cost 10; @@ -41,7 +41,7 @@ protocol ospf v3 { import all; export all; }; - area 0 { + area 1 { {% for br in c.bridges %} interface "net_{{br.num}}" { cost 10;