Skip to content

Commit

Permalink
sav: add reload to script for custom port config
Browse files Browse the repository at this point in the history
  • Loading branch information
FFHener committed Jul 24, 2024
1 parent b34be81 commit b60aabf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locations/sav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ipv6_prefix: 2001:bf7:830:ae00::/56
hosts:
- hostname: sav-core
role: corerouter
model: "mikrotik_routerboard-750gr3"
model: "x86-64"
# model: "mikrotik_routerboard-750gr3"
host__rclocal__to_merge:
- '#'
- '# This script adjusts the configuration of vlans. This is especially'
Expand Down Expand Up @@ -70,6 +71,8 @@ hosts:
- 'config_foreach handle_vlans "bridge-vlan"'
- ' '
- 'uci commit network'
- ' '
- 'reload_config'

snmp_devices:
- hostname: sav-emma
Expand Down

0 comments on commit b60aabf

Please sign in to comment.