Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wireguard
|
|
|
|
Only disable-route-autoinstall (install_routes = yes/no) for now.
|
|
* dyndns-refactoring:
T758: refactor ddclient configuration file amd startup
T758: add configuration validator
T758: XML/Python implementation for 'service dns dynamic'
|
|
|
|
|
|
|
|
|
|
|
|
all definitions are processed successfully.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the type in generated command templates.
|
|
|
|
|
|
By accident "type: txt" was removed from the wrong file...
|
|
... 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.
|
|
|
|
|
|
|
|
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.
|
|
makefiles.
|