[openwrt/nat64] export route, not prefix via bgp

This commit is contained in:
Nico Schottelius 2024-07-26 10:07:35 +02:00
parent 310de6a4ed
commit 19e8403f32

View file

@ -75,7 +75,7 @@ router id ${routerid};
protocol static static6 {
ipv6;
route ${nat64prefix} unreachable;
route ${nat64route} unreachable;
}
BBB