#!/bin/sh

if [ "$FIXED_MTU" -eq 0 ]; then
	ip link set dev "$IFNAME" mtu 1532
fi
