mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-02-07 17:58:24 +00:00
Update mikrotik.py
This commit is contained in:
parent
16af5ce591
commit
d2e83c41f3
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ MikrotikBGPRouteTable = BuiltinDirective(
|
|||
action="deny",
|
||||
command="",
|
||||
),
|
||||
# Regra DENY ASN PREFIXO
|
||||
# Regra DENY AS PREFIXO
|
||||
#RuleWithIPv4(
|
||||
# condition="x.x.x.x/x",
|
||||
# ge="xx",
|
||||
|
|
@ -231,7 +231,7 @@ MikrotikBGPRouteTable = BuiltinDirective(
|
|||
action="deny",
|
||||
command="",
|
||||
),
|
||||
# REGRA DENY ASN PREFIXO
|
||||
# REGRA DENY AS PREFIXO
|
||||
#RuleWithIPv6(
|
||||
# condition="xxxx:xxxx::/xx",
|
||||
# ge="xx",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue