add UseMTU for systemd dhcp client
This commit is contained in:
parent
91ae336078
commit
22a95333f9
@ -64,6 +64,12 @@ write_systemd_iface() {
|
|||||||
echo
|
echo
|
||||||
echo "[Network]"
|
echo "[Network]"
|
||||||
echo "DHCP=yes"
|
echo "DHCP=yes"
|
||||||
|
echo
|
||||||
|
echo "[DHCP]"
|
||||||
|
echo "UseMTU=yes"
|
||||||
|
echo "UseDomains=yes"
|
||||||
|
echo "UseNTP=yes"
|
||||||
|
echo
|
||||||
;;
|
;;
|
||||||
static)
|
static)
|
||||||
echo "[Match]"
|
echo "[Match]"
|
||||||
|
Loading…
Reference in New Issue
Block a user