diff --git a/confluent_server/confluent/discovery/protocols/pxe.py b/confluent_server/confluent/discovery/protocols/pxe.py index fe04e623..ab5942c0 100644 --- a/confluent_server/confluent/discovery/protocols/pxe.py +++ b/confluent_server/confluent/discovery/protocols/pxe.py @@ -294,6 +294,7 @@ def snoop(handler, protocol=None): #prominent #TODO(jjohnson2): enable unicast replies. This would suggest either # injection into the neigh table before OFFER or using SOCK_RAW. + tracelog = log.Logger('trace') global attribwatcher cfg = cfm.ConfigManager(None) remap_nodes(cfg.list_nodes(), cfg)