diff options
author | Christian Hesse <mail@eworm.de> | 2022-04-26 16:25:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-04-26 16:41:15 +0200 |
commit | a36aa441edc73bc1f4e45ffebcf9773f5f4dd154 (patch) | |
tree | 2433e1413f83f0d92a3bb3296815d0fc44f67d4f | |
parent | a058c9e1edd8dc4895a64881ee1b495e86fe7510 (diff) |
global-functions: $DefaultRouteIsReachable: update properties for ROS 7.xrouteros-7.x-6
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index dc64824..fcf2d46 100644 --- a/global-functions +++ b/global-functions @@ -183,7 +183,7 @@ # default route is reachable :set DefaultRouteIsReachable do={ - :if ([ :len [ / ip route find where dst-address=0.0.0.0/0 active !blackhole !routing-mark !unreachable ] ] > 0) do={ + :if ([ :len [ / ip route find where dst-address=0.0.0.0/0 active routing-table=main ] ] > 0) do={ :return true; } :return false; |