core-extra/daemon/core
Jeff Ahrenholz 85c926ff47 create ebtables chains as needed
* otherwise every switch gets a chain, causing problems with simultaneous running Python scripts
2019-10-31 13:00:46 -07:00
..
api updated corehandlers.py to no longer use threading.isAlive, which is pending deprecation 2019-10-30 15:49:08 -07:00
emane removed master from corehandlers and session, since it will not be needed any more 2019-10-25 22:06:30 -07:00
emulator switched session.metadata to just be a standard dict, fixed shutdown service issue during session.data_collect 2019-10-30 13:27:12 -07:00
location updated interface.py to use python3 super() 2019-10-23 10:40:40 -07:00
nodes create ebtables chains as needed 2019-10-31 13:00:46 -07:00
plugins updated all classes to be created without using (object), in python3 all classes are new style classes 2019-10-23 09:31:34 -07:00
services updates to grpc StartSession, added utility threadpool function to help improve speed when running certain tasks, made use of utility threadpool function where needed 2019-10-29 10:25:39 -07:00
xml switched session.metadata to just be a standard dict, fixed shutdown service issue during session.data_collect 2019-10-30 13:27:12 -07:00
.gitignore Add some gitignore files. 2015-01-28 02:15:45 +00:00
__init__.py removed broker from session, updated most places using broker to use alternative logic to compensate where needed 2019-10-15 14:13:42 -07:00
config.py updated usages of super to use python3 variation 2019-10-23 09:51:52 -07:00
constants.py.in updates to fail early for required executables that are not in PATH 2019-09-27 23:29:15 -07:00
errors.py initial changes to use f strings 2019-10-17 18:59:50 -07:00
utils.py updates to grpc StartSession, added utility threadpool function to help improve speed when running certain tasks, made use of utility threadpool function where needed 2019-10-29 10:25:39 -07:00