Commit 22a95333 authored by Alexey Shabalin's avatar Alexey Shabalin Committed by Michael Shigorin

add UseMTU for systemd dhcp client

parent 91ae3360
...@@ -64,6 +64,12 @@ write_systemd_iface() { ...@@ -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]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment