From 462b86eac1cd8da19d74aa7144a9c678910fabff Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 13 Mar 2025 17:54:48 +0100 Subject: [PATCH] Update etc/bird/babel.conf --- etc/bird/babel.conf | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/etc/bird/babel.conf b/etc/bird/babel.conf index 1b7b85e..997e855 100644 --- a/etc/bird/babel.conf +++ b/etc/bird/babel.conf @@ -9,15 +9,7 @@ protocol babel int_babel { export where source != RTS_BGP && is_self_net_v6(); }; - interface "igp-pl1" { - rxcost 23; - }; - - interface "igp-it1" { - rxcost 25; - }; - - interface "igp-de1" { - rxcost 10; - }; + #interface "igp-pl1" { + # rxcost 23; + #}; };