1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-28 12:59:19 +00:00

Update README.md

This commit is contained in:
Carlos Santos 2025-09-13 04:20:05 -03:00 committed by GitHub
parent cb0389b8f4
commit b589cefcd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",