File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 import threading
1919 import time
2020 from sonic_py_common .general import getstatusoutput_noshell_pipe
21- from sonic_py_common import daemon_base , device_info , multi_asic
21+ from sonic_py_common import logger , device_info , multi_asic
2222 from swsscommon import swsscommon
2323except ImportError as err :
2424 raise ImportError ("%s - required module not found" % str (err ))
@@ -64,7 +64,7 @@ def get_ipv4_networks_from_interface_table(table, intf_name):
6464# ============================== Classes ==============================
6565
6666
67- class ControlPlaneAclManager (daemon_base . DaemonBase ):
67+ class ControlPlaneAclManager (logger . Logger ):
6868 """
6969 Class which reads control plane ACL tables and rules from Config DB,
7070 translates them into equivalent iptables commands and runs those
You can’t perform that action at this time.
0 commit comments