Add a dhcpcd hook to set mtu.
This commit is contained in:
parent
11018ac58c
commit
215c7f4ff6
1 changed files with 4 additions and 0 deletions
4
etc/dhcpcd.exit-hook
Normal file
4
etc/dhcpcd.exit-hook
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue