1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

frontend.appliers.firewall_rule: fix comment length

This commit is contained in:
Игорь Чудов 2020-06-25 13:26:21 +04:00
parent 12516b2a4b
commit 0f8db2fdcb
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -57,7 +57,8 @@ class FirewallMode(Enum):
ROUTER = 'router'
GATEWAY = 'gateway'
# This shi^Wthing named alterator-net-iptables is unable to work in multi-threaded environment
# This shi^Wthing named alterator-net-iptables is unable to work in
# multi-threaded environment
class FirewallRule:
__alterator_command = '/usr/bin/alterator-net-iptables'