mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 17:54:35 +02:00
bridge-port-to-default: support different configurations
Just add something like this to your bridge ports: comment="default:br-ext,alt:br-intern"
This commit is contained in:
parent
ea4b739d00
commit
17f64b48af
2 changed files with 21 additions and 10 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue