This commit is contained in:
ace 2021-10-26 19:11:39 +03:00
parent 9a0fe78716
commit 0bdd5f6950
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ For RHEL7 use 'ns' for network-scripts and lo iface for BGP IPs
network: "nm"
network_nm_iface: "dummy0"
Use null for MTU auto
Use 0 for MTU auto
network_nm_iface_mtu: null
network_nm_iface_mtu: 0
BIRD config example:

View File

@ -3,5 +3,5 @@
network: "nm"
network_nm_iface: "dummy0"
# null for MTU auto
network_nm_iface_mtu: null
# 0 for MTU auto
network_nm_iface_mtu: 0