GLab / ToMaTo

German-Lab ToMaTo
http://www.tomato-lab.org
32 stars 21 forks source link

Default config #1411

Open dswd opened 8 years ago

dswd commented 8 years ago

The current way we handle config files assumes that a config file defines all settings and no defaults exist. This means that whenever a net setting is added, code loading the old config file will fail. We need to change this and have a set of default settings that are used when settings are missing.