WIP: Aruba switches #103

Draft
jeltz wants to merge 10 commits from aruba into master
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 4c8e296d5a - Show all commits

View file

@ -4,6 +4,7 @@ aruba__vlans: {}
aruba__interfaces: {} aruba__interfaces: {}
aruba__default_gateways: [] aruba__default_gateways: []
aruba__ssh_enabled: False aruba__ssh_enabled: False
aruba__rest_enabled: True
aruba__loop_protect_disable_timer: 30 aruba__loop_protect_disable_timer: 30
aruba__loop_protect_tx_interval: 3 aruba__loop_protect_tx_interval: 3
... ...

View file

@ -66,9 +66,12 @@ no ip ssh
{% endif %} {% endif %}
no telnet-server no telnet-server
{% if aruba__rest_enabled %}
; FIXME: ssl ; FIXME: ssl
web-management plaintext web-management plaintext
rest-interface rest-interface
{% endif %}
{% {%
set loop_protect = set loop_protect =