mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-28 12:59:19 +00:00
Update mikrotik.py
This commit is contained in:
parent
c2cf9e28c6
commit
7e66bbdf20
1 changed files with 4 additions and 4 deletions
|
|
@ -178,8 +178,8 @@ MikrotikBGPRouteTable = BuiltinDirective(
|
|||
),
|
||||
# Regra DENY ASN PREFIXO
|
||||
RuleWithIPv4(
|
||||
condition="${ASN-IPv4}",
|
||||
ge="${mask}",
|
||||
condition="${ASN_IPv4}",
|
||||
ge="${mask_IPv4}",
|
||||
le="32",
|
||||
action="deny",
|
||||
command="",
|
||||
|
|
@ -233,8 +233,8 @@ MikrotikBGPRouteTable = BuiltinDirective(
|
|||
),
|
||||
# REGRA DENY ASN PREFIXO
|
||||
RuleWithIPv6(
|
||||
condition="${ASN-IPv6}",
|
||||
ge="${mask}",
|
||||
condition="${ASN_IPv6}",
|
||||
ge="${mask_IPv4}",
|
||||
le="128",
|
||||
action="deny",
|
||||
command="",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue