mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
Initialize needed tracelog
pxe was trying to use tracelog without actually initializing it
This commit is contained in:
parent
d80a58304c
commit
48804ed23f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user