aboutsummaryrefslogtreecommitdiffstats
path: root/global-config-overlay
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-03 13:32:00 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-03-03 13:32:00 +0100
commit628ae1bd7098a4a898bf3fef0c202ae735014bec (patch)
tree13951ca4552be51c4621a60c5d1ed4dca9843af5 /global-config-overlay
parent4ccdec602ed668d50212177f31cea5bdf2b20ed2 (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-overlay')
-rw-r--r--global-config-overlay2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay
index e2c8909..b6a983f 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -7,7 +7,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable change notifications.
-:global GlobalConfigVersion 12;
+:global GlobalConfigVersion 13;
# The global-config script is updated by script-updates,
# global-config-overlay becomes an overlay for your changes.