diff --git a/README.md b/README.md index 4f0b426..14ae568 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,13 @@ The code snippet, originally commented, should be modified to something like thi mikrotik v6 command="ip route print detail without-paging where {target} in dst-address bgp and dst-address !=0.0.0.0/0", + command="ipv6 route print detail without-paging where {target} in dst-address bgp and dst-address !=::/0", mikrotik v7 command="routing route print detail without-paging where {target} in dst-address bgp and dst-address !=0.0.0.0/0", + command="routing route print detail without-paging where {target} in dst-address bgp and dst-address !=::/0",