Skip to content

Commit

Permalink
gateway/bird: properly advertise loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
spolack committed Nov 10, 2024
1 parent 43bcb89 commit 26fdbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/templates/gateway/bird.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protocol babel babel_mesh {
table v6_main;
# Import only /56 location aggregates and default routes
import where net.len = 56 || net = {{ V6_SADR_DEFAULT_ROUTE }};
export where source = RTS_BABEL || net = {{ ipv6_prefix }} || net = {{ V6_SADR_DEFAULT_ROUTE }};
export where source = RTS_BABEL || net = {{ ipv6_prefix }} from ::/0 || net = {{ V6_SADR_DEFAULT_ROUTE }};
};
ipv4 {
table v4_main;
Expand Down

0 comments on commit 26fdbe9

Please sign in to comment.