Commit graph

1238 commits

Author SHA1 Message Date
Blake Harnden
a798774f18 updates to tone down warning logs to debug in broker.py and session.py 2019-09-30 12:58:13 -07:00
Blake Harnden
3f1ff113ca small core configuration cleanup 2019-09-30 11:51:40 -07:00
Blake Harnden
6b43c00031 removed xmlfilever from config, since not used 2019-09-30 10:36:27 -07:00
Blake Harnden
1fb99e8690 converted info to debug for some corehandlers logging 2019-09-30 10:06:10 -07:00
Blake Harnden
d6cf09e4b8 updated service loading to catch on_load exceptions and ignore service 2019-09-30 09:33:17 -07:00
bharnden
1248982d8c
Merge pull request #295 from coreemu/bug/invalid-executables
updates to fail early for required executables that are not in PATH
2019-09-28 11:16:42 -07:00
bharnden
503fa754a9 updates to fail early for required executables that are not in PATH 2019-09-27 23:29:15 -07:00
bharnden
2a5c913a62
Merge pull request #294 from coreemu/cleanup/emane-node
consolidated EmaneNode and EmaneNet, renaming EmaneNode to EmaneNet
2019-09-27 22:34:09 -07:00
bharnden
050297587d consolidated EmaneNode and EmaneNet, renaming EmaneNode to EmaneNet 2019-09-27 22:31:56 -07:00
Blake Harnden
b961a8a959 updated broker.py logging to not be as noisy by default 2019-09-27 15:31:19 -07:00
Blake Harnden
ce27a43486 updated install instruction to denote installing ethtool 2019-09-27 15:07:41 -07:00
bharnden
6886746711
Merge pull request #292 from coreemu/bug/290-fix-default-pythonpath
fix #290 use pythondir var as base for setting PYTHONLIBDIR
2019-09-27 14:25:19 -07:00
Blake Harnden
07c28e8a93 updated configure.ac python3 argument help line to be more specific 2019-09-27 14:22:50 -07:00
Blake Harnden
f5aa74ed06 updated install doc to refer to new configure option for building packages 2019-09-27 13:15:20 -07:00
Blake Harnden
3cf557024c added more formal configure option for enabling python3, avoids issues with not having a very specific name for PYTHON being set 2019-09-27 13:08:59 -07:00
Blake Harnden
03cf401639 moved AM_CONDITIONAL out of if statement 2019-09-27 12:41:34 -07:00
Blake Harnden
cd747515ea added python path change to ns3 and simplified substitution, which is not version dependent 2019-09-27 12:11:14 -07:00
bharnden
59e5363941
Merge pull request #291 from coreemu/bugfix/requirements-txt
Bumping configparser to 4.0.2 in requirements.txt
2019-09-27 11:03:37 -07:00
Jeff Ahrenholz
4b028661ab fix #290 use pythondir var as base for setting PYTHONLIBDIR 2019-09-27 11:02:01 -07:00
Blake Harnden
a01ea35f7c bumping configparser version in requirements.txt due to previous version removal 2019-09-27 11:01:19 -07:00
Blake Harnden
dec96b355b Merge branch 'master' into develop 2019-09-27 10:56:15 -07:00
bharnden
08ea1dd813
Merge pull request #289 from coreemu/cleanup/remove-node-map
Removed node maps and integrated OVS mode
2019-09-27 10:54:42 -07:00
Blake Harnden
1277ae4686 fleshed out documentation for netclient.py and removed openvswitch.py 2019-09-27 10:48:24 -07:00
bharnden
0c002bb491 implemented net client for linux and ovs 2019-09-26 22:04:29 -07:00
bharnden
b449729a31 added net client to consolidate bridge and interface creation 2019-09-26 15:20:32 -07:00
bharnden
bdf288ff1d removed is_net_node utility to leverage isinstance as other places are consistently 2019-09-26 13:15:46 -07:00
bharnden
b14012e5e9 removed node map file and utilities, added formal class methods to session objects and added checks for specific classes where needed 2019-09-26 13:00:12 -07:00
bharnden
8c348b5ab1
Merge pull request #287 from coreemu/bug/remove-ovs-node
removed ovs node from gui
2019-09-25 10:51:41 -07:00
Blake Harnden
b0c30056f9 removed ovs node from gui 2019-09-25 10:46:41 -07:00
bharnden
1c11c6c573
Update README.md 2019-09-23 23:40:59 -07:00
bharnden
87816748b3
Merge pull request #286 from coreemu/develop
Merging for 5.4.0
2019-09-23 23:39:17 -07:00
bharnden
9c4459e7e7 update to devguide 2019-09-23 23:28:20 -07:00
bharnden
212b8ccb02 bumping version for release 2019-09-23 23:28:16 -07:00
bharnden
d5c257fc9b fixed flake8 config to match other tooling 2019-09-23 23:28:08 -07:00
bharnden
37e525b4bd
Merge pull request #281 from coreemu/dependabot/maven/corefx/jackson.version-2.10.0.pr2
Bump jackson.version from 2.9.9 to 2.10.0.pr2 in /corefx
2019-09-20 22:28:37 -07:00
bharnden
56a61ee520
Merge pull request #282 from coreemu/gh-actions
Add github action for running pre-commit checks as a double check before merging, isolated to daemon code for now
2019-09-19 08:52:25 -07:00
Blake Harnden
ae6291a1f3 gh action - update isort to only check 2019-09-19 08:36:59 -07:00
Blake Harnden
009ecd96bb gh action - update black to report status for failure 2019-09-19 08:35:04 -07:00
Blake Harnden
5baf4adad1 gh auto - update to compensate for not building setup.py 2019-09-19 08:30:20 -07:00
Blake Harnden
4271086422 update workflow to use 18.04 correctly 2019-09-18 12:56:24 -07:00
Blake Harnden
0dec7af9eb workflow formatting cleanup 2019-09-18 12:38:38 -07:00
Blake Harnden
9fc77511f2 adding gh action workflow 2019-09-18 12:34:44 -07:00
bharnden
939203aa46
Merge pull request #280 from coreemu/pydocupdates
Pydocupdates
2019-09-17 11:56:04 -07:00
bharnden
976f06dc10 removed unwanted logging line from corexml.py 2019-09-17 10:13:51 -07:00
Huy Pham
51e8be223e fix tables and add sub-headers 2019-09-17 10:12:03 -07:00
Huy Pham
22189122e6 add text to markdown table headers, fix some return types, fix emane link 2019-09-17 09:33:55 -07:00
bharnden
b6d5f23201
Merge pull request #275 from NvanAdrichem/master
Disable MAC learning on Wlan networks
2019-09-16 21:55:34 -07:00
dependabot[bot]
d9bd0fa434
Bump jackson.version from 2.9.9 to 2.10.0.pr2 in /corefx
Bumps `jackson.version` from 2.9.9 to 2.10.0.pr2.

Updates `jackson-core` from 2.9.9 to 2.10.0.pr2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.9...jackson-core-2.10.0.pr2)

Updates `jackson-databind` from 2.9.9 to 2.10.0.pr2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-annotations` from 2.9.9 to 2.10.0.pr2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-16 23:59:50 +00:00
Huy Pham
463d4d145e test new table format on performance.md 2019-09-16 16:55:41 -07:00
Huy Pham
7c1f197774 fix links 2019-09-16 16:13:49 -07:00