1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-08-25 17:49:31 +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

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'