Commit graph

527 commits

Author SHA1 Message Date
Tom Goff
d4d2f36481 daemon: Fix typo. 2016-02-18 17:23:10 -05:00
Tom Goff
85a3eee5b7 daemon: Have the xpimd service enable IGMP by default. 2016-02-18 15:35:17 -05:00
Tom Goff
360de10e1e daemon: Add IPv4 multicast routing using xpimd as a Quagga service. 2016-02-17 13:33:19 -05:00
Tom Goff
d21de76dfa daemon: Save NEM information in the session directory during EMANE startup.
Write NEM information formatted as:
    <node hostname> <network interface name> <NEM ID>
to /tmp/pycore.XXXXX/emane_nems as part of starting EMANE.

This happens before the runtime state is entered and is then available
to node services.
2016-02-09 16:57:05 -05:00
Tom Goff
6dbec302e3 daemon: Use /dev/null for stdin when running state hooks. 2016-01-29 18:47:12 -05:00
Tom Goff
23f7995eab daemon: Make EMANE event service file descriptors close-on-exec. 2016-01-29 18:43:54 -05:00
Tom Goff
a102c46d37 daemon: Make asynchronous notifier file descriptors close-on-exec. 2016-01-29 18:42:19 -05:00
Tom Goff
104d05a4be daemon: Minor code reorganization. 2016-01-29 18:22:08 -05:00
Tom Goff
0dcf2c05f0 daemon: Make the UDP server socket close-on-exec. 2016-01-29 18:07:43 -05:00
Tom Goff
0853c95592 daemon: Make command channel file descriptors close-on-exec. 2016-01-29 17:49:16 -05:00
Tom Goff
ec8ac2f258 daemon: Minor code reorganization. 2016-01-29 17:46:55 -05:00
Tom Goff
0333c74bec daemon: Used the communicate() method to interact with subprocesses. 2016-01-29 16:56:49 -05:00
Tom Goff
6fb1eb9bd6 daemon: Log output from state hooks to a file.
Also close other file descriptors when running state hooks.
2016-01-29 16:18:39 -05:00
Tom Goff
6e092389af rpm: Include individual directories for the daemon subpackage. 2016-01-29 15:05:35 -05:00
Tom Goff
52a64a48d1 rpm: Stop the core-daemon service before removing the package. 2016-01-29 14:37:06 -05:00
Tom Goff
f733aba833 deb: Move post-remove cleanup to the pre-remove script. 2016-01-29 13:39:34 -05:00
Tom Goff
7f1ed4dbf9 deb: Stop the core-daemon service before removing the package. 2016-01-29 13:39:24 -05:00
Tom Goff
23fc5d7494 build: Cleanup related to including revision info in distributions. 2016-01-29 13:34:27 -05:00
Rod A Santiago
e8cf15fb64 assigned specific xml element types to network nested devices (switches and hubs) instead of the generic 'host' type 2016-01-28 15:37:52 -08:00
Tom Goff
af885e156e build: Include revision information in distributions. 2016-01-26 17:01:23 -05:00
Tom Goff
a09bbd9151 Fix typo. 2016-01-06 14:03:17 -05:00
Tom Goff
21acc624e1 Add support for an optional version suffix string. 2016-01-06 13:42:39 -05:00
Tom Goff
1787d9e42c services: Add a terminating newline. 2016-01-06 13:42:17 -05:00
Tom Goff
18039a2564 daemon: Add a logrotate configuration file. 2015-12-29 13:50:28 -05:00
Tom Goff
52e75bea3b daemon: Add support for log file rotation when SIGUSR1 is received. 2015-12-29 13:50:18 -05:00
Tom Goff
b84c565329 daemon: Catch additional signals that terminate the process by default. 2015-12-29 13:50:05 -05:00
Tom Goff
47a5e75d1c packaging/rpm: Use the RPM_OPT_FLAGS environment variable when setting
CFLAGS.
2015-12-29 11:15:08 -05:00
Tom Goff
5a515fc94a packaging/rpm: Update installed files. 2015-12-29 10:43:47 -05:00
Tom Goff
26acee9f2a doc: Minor changes related to generating icon image files. 2015-12-28 18:13:22 -05:00
Tom Goff
54a5805018 autoconf: Have automake use the ustar format when generating tarballs. 2015-12-28 15:17:03 -05:00
Tom Goff
a730ddbc63 doc: Some Makefile improvements. 2015-12-28 15:17:03 -05:00
Tom Goff
ccf0dae139 automake: Add some missing distribution files. 2015-12-28 14:56:00 -05:00
Tom Goff
9440a16ef2 daemon: Add support for EMANE 0.9.3. 2015-12-18 17:12:26 -05:00
Tom Goff
ac6adbf0c5 scripts: Update the core-daemon systemd service configuration. 2015-12-15 21:05:24 +00:00
Tom Goff
ce0bfc88eb daemon: Improve handling node-specific directory names. 2015-11-23 09:51:07 -05:00
Tom Goff
a83cf2fcb4 Set the version date string from repository information if available,
otherwise use the current date.
2015-11-18 10:58:51 -05:00
Tom Goff
4b7d6a5d5a Improve generating version strings when versions are not tagged. 2015-11-13 18:44:53 -05:00
Tom Goff
adbbafcc11 services: Set 'default' sysctl interface settings in addition to 'all'. 2015-11-12 18:22:41 -05:00
Tom Goff
c54e8928d3 Include revision information in non-release version strings, if available. 2015-11-09 15:42:02 -05:00
Tom Goff
28c27d27c1 daemon: Simplify event loop timer processing. 2015-11-05 12:37:48 -05:00
Tom Goff
c8d5ec994a daemon: Include stack trace information when an exception occurs in a
session state hook.
2015-11-04 19:06:33 -05:00
Tom Goff
fc9a7c5759 daemon: Fix adding events to an event loop that already has an event
pending.
2015-11-04 19:02:21 -05:00
Tom Goff
57145930be packaging: Add xterm as a core-gui dependency. 2015-11-04 18:48:43 -05:00
Tom Goff
f16f11c272 daemon: Check if devices are found when generating deployed scenario XML. 2015-10-13 11:07:15 -04:00
Tom Goff
ec5635c4a4 daemon: Add EMANE 0.9.1 R2RI configuration items. 2015-10-09 17:18:18 -04:00
weston
412f86ff15 removed specification of path for executable 2015-10-09 15:54:52 -04:00
weston
0b94aab4ae removed specification of default mgenBasicActor port (to allow default to be changed by mgenBasicActor) 2015-10-09 15:54:28 -04:00
Tom Goff
3a13b8c92d daemon: Use Emane.version directly instead of checking if EventService
exists.
2015-10-09 13:51:04 -04:00
Tom Goff
026f54d658 daemon: Assign version variables to the Emane class instead of
instances.
2015-10-09 13:50:59 -04:00
Tom Goff
63ff54243e daemon: Add an example script that generates skeleton CORE bindings
from EMANE model manifest files.
2015-10-09 13:50:54 -04:00