From b589cefcd4bffe3ec797060f624d956a5d39f0e5 Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:20:05 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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",