pkgs/switches/linksys-srw2048: enable jumbo-frame

Attention: @poelzi
This commit is contained in:
Astro 2021-11-06 03:38:57 +01:00
parent 001aaecf3a
commit ecf1b3afca
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ with lib;
expect "(config)# "
send "hostname ${hostName}\r"
expect "(config)# "
send "port jumbo-frame\r"
expect "(config)# "
send "management vlan 4094\r"
expect "(config)# "
send "vlan database\r"