[openwrt/nat64] export route, not prefix via bgp
This commit is contained in:
parent
310de6a4ed
commit
19e8403f32
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ router id ${routerid};
|
||||||
|
|
||||||
protocol static static6 {
|
protocol static static6 {
|
||||||
ipv6;
|
ipv6;
|
||||||
route ${nat64prefix} unreachable;
|
route ${nat64route} unreachable;
|
||||||
}
|
}
|
||||||
BBB
|
BBB
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue