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