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:
parent
cb0389b8f4
commit
b589cefcd4
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue