eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

have the session read the core.conf file #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a session is instantiated, read the core.conf file.

Add different sections for [cored.py] and [session] to distinguish between 
options related only to the daemon (port, listenaddr), and session-related 
options (controlnet, EMANE settings).

This would allow changes to the core.conf file without restarting cored.py.

Original issue reported on code.google.com by ahrenh...@gmail.com on 15 May 2012 at 3:42

GoogleCodeExporter commented 9 years ago
session options were introduced in r484, a more elegant solution

Original comment by ahrenh...@gmail.com on 26 Jul 2012 at 5:57