add UseMTU for systemd dhcp client
This commit is contained in:
parent
91ae336078
commit
22a95333f9
@ -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]"
|
||||
|
Loading…
Reference in New Issue
Block a user