We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1139058 commit 1d84c7dCopy full SHA for 1d84c7d
files/image_config/caclmgrd/caclmgrd
@@ -480,9 +480,9 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
480
"""
481
# Add iptables commands to allow front panel snmp traffic
482
iptables_cmds = self.generate_fwd_snmp_traffic_from_namespace_to_host_commands(namespace)
483
- log_info("Issuing the following iptables commands:")
+ self.log_info("Issuing the following iptables commands:")
484
for cmd in iptables_cmds:
485
- log_info(" " + cmd)
+ self.log_info(" " + cmd)
486
487
self.run_commands(iptables_cmds)
488
0 commit comments