diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-04 13:56:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-04 13:56:09 +0200 |
commit | 17f64b48af7515ec9ed219e25fc900969169fee6 (patch) | |
tree | c9db7e846e11e2dc8455a43e7c2d59f8eff1c548 /global-config | |
parent | ea4b739d008437d82f4176db4706b13e31f5dfa2 (diff) |
bridge-port-to-default: support different configurations
Just add something like this to your bridge ports:
comment="default:br-ext,alt:br-intern"
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |