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; + #}; };