From ecf1b3afca527d5096cb7cc40fdc3c6e6b661c1f Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 6 Nov 2021 03:38:57 +0100 Subject: [PATCH] pkgs/switches/linksys-srw2048: enable jumbo-frame Attention: @poelzi --- nix/pkgs/switches/linksys-srw2048.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/pkgs/switches/linksys-srw2048.nix b/nix/pkgs/switches/linksys-srw2048.nix index bb2829c..8d168ad 100644 --- a/nix/pkgs/switches/linksys-srw2048.nix +++ b/nix/pkgs/switches/linksys-srw2048.nix @@ -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"