1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-07 12:43:05 +00:00

Update README.md

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

View file

@ -63,6 +63,17 @@ The code snippet, originally commented, should be modified to something like thi
command="",
),
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",
"###"