From 17f64b48af7515ec9ed219e25fc900969169fee6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Oct 2018 13:56:09 +0200 Subject: bridge-port-to-default: support different configurations Just add something like this to your bridge ports: comment="default:br-ext,alt:br-intern" --- global-config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'global-config') diff --git a/global-config b/global-config index 64bec00..96843cc 100644 --- a/global-config +++ b/global-config @@ -26,6 +26,9 @@ :global "safe-update-url" ""; #:global "safe-update-url" "https://example.com/ros/safe-update/"; +# This controls what configuration is activated by bridge-port-to-default. +:global "bridge-port-to" "default"; + # This is used to update AAAA records and firewall address-list. :global "ipv6-interface" "br-local"; :global "ipv6-pool" "telekom"; -- cgit v1.2.3-54-g00ecf