Skip to content

Commit

Permalink
gateways: drop IPv4 Routes learned via GRE
Browse files Browse the repository at this point in the history
  • Loading branch information
spolack committed Dec 2, 2024
1 parent cda548f commit 478274b
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 @@ -97,7 +97,7 @@ protocol babel babel_mesh {
};
ipv4 {
table v4_main;
import all;
import where ifname !~ "gre4-*"; # Drop IPv4 routes learned via GRE, which remains a rather dirty hack for IPv6
export where source = RTS_BABEL || net = 0.0.0.0/0; # Readvertise Babel routes and advertise default route
};

Expand Down

0 comments on commit 478274b

Please sign in to comment.