Shortened network- to net-

This commit is contained in:
2025-07-09 04:35:21 +02:00
parent 66198ca1ec
commit 2108702a2b
46 changed files with 25 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
{% for internet_interface in internet_interfaces %}
ip li set mtu 1400 dev {{internet_interface}}
{% endfor %}