Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-15 | Makefile: Fix for special nodes not requiring have any 'type' field | Christian Poessinger | |
... this is due to the fact that the XML generator will always add "type: txt" to node.def files if no other type has been especially defined. This will break the following commands * set service dns forwarding system * set service dns forwarding ignore-hosts-file because they will now have "type: txt" in their node.def file and this will break the CLI commands. "type: txt" requires an argument but those nodes did not in the past. | |||
2018-04-15 | Initial working version for XML interface to configure dnsmasq | Christian Poessinger | |
2017-09-16 | Remove generated node.def's for other shared config subtrees too. | Daniil Baturin | |
2017-09-08 | Make the makefile create the templates dir if it doesn't exist. | Daniil Baturin | |
2017-09-08 | Fix handling of tag and multi nodes in the convertor. | Daniil Baturin | |
Ugly fixup in the makefile to delete generated node.def's that are now in other packages. Adjust the cron interface definition to better match the old templates. | |||
2017-09-07 | Add interface definition for cron and enable templates building in the ↵ | Daniil Baturin | |
makefiles. |