add UseMTU for systemd dhcp client

This commit is contained in:
Алексей Шабалин 2016-11-02 23:45:22 +03:00 committed by Michael Shigorin
parent 91ae336078
commit 22a95333f9

View File

@ -64,6 +64,12 @@ write_systemd_iface() {
echo
echo "[Network]"
echo "DHCP=yes"
echo
echo "[DHCP]"
echo "UseMTU=yes"
echo "UseDomains=yes"
echo "UseNTP=yes"
echo
;;
static)
echo "[Match]"