#!/bin/bash . "/run/openslx/network.conf" if [ "x$SLX_JUMBO_FRAMES" = "xyes" ]; then ip link set dev "$SLX_PXE_NETIF" mtu 9000 fi true