Blake Harnden
|
0d2dd70727
|
daemon: changes usage of running scripts using /bin/sh to bash to help provide consistency in what could be ran, added bash as a dependency in installation scripts, added bash as an executable check during startup
|
2020-07-28 16:13:37 -07:00 |
|
Blake Harnden
|
d88f3a2535
|
daemon: refactored CoreInterface.addrlist storing strings into CoreInterface.ip4s and ip6s, stored as netaddr.IPNetwork objects
|
2020-06-19 08:50:36 -07:00 |
|
Blake Harnden
|
cd74a44558
|
daemon: added type hinting throughout all services and made small tweaks/fixes that were ran across
|
2020-06-18 12:54:36 -07:00 |
|
Blake Harnden
|
0725199d6d
|
initial sweeping changes to call all usages of various interface related variables and functions (netif, interface, if, ifc, etc) to use a consistent name iface
|
2020-06-16 09:30:16 -07:00 |
|
Blake Harnden
|
d945e7c41e
|
formatted sdn.py after recent merge
|
2020-04-30 12:57:05 -07:00 |
|
bharnden
|
06e145f508
|
Merge branch 'develop' into ovs
|
2020-04-30 12:30:57 -07:00 |
|
Blake Harnden
|
834ceea55d
|
updates to sdn ovs service to use ip instead of deprecated ifconfig
|
2020-01-09 13:52:36 -08:00 |
|
Blake Harnden
|
f431254e15
|
initial changes towards removing ipaddress and using netaddr
|
2020-01-07 14:08:29 -08:00 |
|
bharnden
|
52c6f2f31c
|
fixed issue with services identifying ip4/ip6 addresses
|
2019-11-22 14:52:46 -08:00 |
|
bharnden
|
1fc8d647c3
|
added flake8/black, pre-commit integration for flake8/black, and black formatting changes
|
2019-09-10 15:10:24 -07:00 |
|
Blake Harnden
|
2cd0f381ea
|
updated ovs service to use fail mode secure
|
2019-07-19 11:35:01 -07:00 |
|
Blake Harnden
|
ccf5a5de60
|
updates to ryu service to run in a more general way avoiding the need for specific pathing and local installs
|
2019-07-18 08:19:51 -07:00 |
|
bharnden
|
66e603906a
|
updates to layout core module packages in a more logical way, including renaming methods from objects to nodes and nodes.objid to nodes.id
|
2019-04-29 23:31:47 -07:00 |
|
bharnden
|
12cc40d3d3
|
cleaned up core.emane, core.services, core.xml, fixed bug introduced in coreobj.py
|
2018-10-11 17:26:34 -07:00 |
|
Andreas Martens
|
7dedaa0344
|
add comments to the OVS service
|
2018-07-30 15:12:08 +01:00 |
|
Blake J. Harnden
|
bb533406a6
|
refactored service methods to be shorter, updated some logging to debug, added some more service tests
|
2018-06-22 15:47:02 -07:00 |
|
Blake J. Harnden
|
37517c45f4
|
changed some logging from info to debug, removed startindex and depends from services
|
2018-06-22 08:16:59 -07:00 |
|
Blake J. Harnden
|
0aca9d7809
|
changes to remove the need to pass services separately, when the node has access to them directly, also made a couple CoreServices methods more consistent to have the node as first param and service second
|
2018-06-21 14:56:30 -07:00 |
|
Blake J. Harnden
|
bf47e5fc0d
|
added service executable check, added error message to gui for service load errors
|
2018-06-19 09:19:49 -07:00 |
|
Blake J. Harnden
|
e80736061f
|
refactored service interaction use names with a _, and cleanup up some of the CoreServices methods
|
2018-06-15 14:03:27 -07:00 |
|
Blake J. Harnden
|
c65baa9298
|
update to add a way to avoid loading parent service classes, that inherit from CoreService that should not be loaded on their own
|
2018-04-20 21:40:55 -07:00 |
|
Blake J. Harnden
|
f3863ead73
|
removed service load methids, since they are no longer used, added way for custom service load code to facilitate the unique docker service case
|
2017-08-07 16:40:39 -07:00 |
|
Blake J. Harnden
|
6bfa81f3a8
|
small cleanup to sdn services, added loadservice line to daemon, and updated example service for how current services are coded
|
2017-07-05 13:32:16 -07:00 |
|
cspiker
|
192b362ae6
|
cleaned up SDN services for release
|
2017-06-08 13:19:06 -07:00 |
|