4 lines
168 B
Bash
4 lines
168 B
Bash
#!/bin/bash
|
|
# To activate this hook, a symlink needs to be created in /usr/libexec/dhcpcd-hooks: ln -sf /etc/dhcpcd.exit-hook 10-mtu
|
|
|
|
ip l set mtu 9000 dev eno16780032
|