From 628ae1bd7098a4a898bf3fef0c202ae735014bec Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 3 Mar 2020 13:32:00 +0100 Subject: bridge-port-to-default: use $ParseKeyValueStore... ... 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" --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index cc8ca20..8acc351 100644 --- a/global-functions +++ b/global-functions @@ -6,7 +6,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 12; +:global ExpectedConfigVersion 13; # global variables not to be changed by user :global Identity [ / system identity get name ]; -- cgit v1.2.3-54-g00ecf