From 95b7266e850884eaf174a428e46ef0b19af8bd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Wed, 17 Jul 2024 21:14:10 +0000 Subject: [PATCH] bird: change default type to tunnel --- docs/routing/bird/bird.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index b3b7851..6c065c8 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -101,7 +101,7 @@ protocol babel crxn_net { randomize router id on; interface "crxn_peer1" { - type wired; + type tunnel; rxcost 200; };