From 01dc86e3e2e6fa2563dd6d37433ae2d38395a20b Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 17 Mar 2021 18:13:23 +0000 Subject: [PATCH] bird: Use dynamic router id --- roles/bird/templates/bird.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bird/templates/bird.conf.j2 b/roles/bird/templates/bird.conf.j2 index 14c1231..a112a78 100644 --- a/roles/bird/templates/bird.conf.j2 +++ b/roles/bird/templates/bird.conf.j2 @@ -1,7 +1,7 @@ log syslog all; debug protocols off; -router id 10.123.27.61; +router id from "tap0"; protocol device { scan time 10;