From 9f2c150e87e2f6404a5a9d157110ee37ba125b82 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 6 Oct 2020 15:45:21 +0200 Subject: [slx-network] SLX_PXE_NETIF -> /run/network.conf --- modules.d/slx-network/hooks/configure-jumbo-frames.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/slx-network/hooks/configure-jumbo-frames.sh b/modules.d/slx-network/hooks/configure-jumbo-frames.sh index 138725f9..97ac8e9d 100644 --- a/modules.d/slx-network/hooks/configure-jumbo-frames.sh +++ b/modules.d/slx-network/hooks/configure-jumbo-frames.sh @@ -1,6 +1,6 @@ #!/bin/bash -. /etc/openslx +. "/run/openslx/network.conf" if [ "x$SLX_JUMBO_FRAMES" = "xyes" ]; then ip link set dev "$SLX_PXE_NETIF" mtu 9000 -- cgit v1.2.3-55-g7522