diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-03 13:32:00 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-03 13:32:00 +0100 |
commit | 628ae1bd7098a4a898bf3fef0c202ae735014bec (patch) | |
tree | 13951ca4552be51c4621a60c5d1ed4dca9843af5 /global-config.changes | |
parent | 4ccdec602ed668d50212177f31cea5bdf2b20ed2 (diff) |
bridge-port-to-default: use $ParseKeyValueStore...change-13
... and unbreak last commit removing delay (69352c90).
This requires a change in configuration syntax. Change this...
comment="default:br-local, alt:br-guest"
to...
comment="default=br-local, alt=br-guest"
Diffstat (limited to 'global-config.changes')
-rw-r--r-- | global-config.changes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-config.changes b/global-config.changes index a22f3b4..6df7cfd 100644 --- a/global-config.changes +++ b/global-config.changes @@ -15,4 +15,5 @@ 10="make health threshold for voltage configurable"; 11="introduced function '\$ScriptInstallUpdate' to install new and update existing scripts"; 12="removed '\$ScriptUpdatesConfigChangesIgnore', comment '\$GlobalConfigVersion' in 'global-config-overlay' to disable change notifications"; + 13="configuration for script 'bridge-port-to-default' changed with new syntax in comment"; }; |