diff --git a/openwrt/openwrt-nat64-bootstrap.sh b/openwrt/openwrt-nat64-bootstrap.sh index 1a79401..fbcc9b0 100755 --- a/openwrt/openwrt-nat64-bootstrap.sh +++ b/openwrt/openwrt-nat64-bootstrap.sh @@ -75,7 +75,7 @@ router id ${routerid}; protocol static static6 { ipv6; - route ${nat64prefix} unreachable; + route ${nat64route} unreachable; } BBB