mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-01-18 12:02:22 +00:00
fix
This commit is contained in:
parent
9a0fe78716
commit
0bdd5f6950
@ -6,9 +6,9 @@ For RHEL7 use 'ns' for network-scripts and lo iface for BGP IPs
|
|||||||
network: "nm"
|
network: "nm"
|
||||||
network_nm_iface: "dummy0"
|
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:
|
BIRD config example:
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
network: "nm"
|
network: "nm"
|
||||||
network_nm_iface: "dummy0"
|
network_nm_iface: "dummy0"
|
||||||
|
|
||||||
# null for MTU auto
|
# 0 for MTU auto
|
||||||
network_nm_iface_mtu: null
|
network_nm_iface_mtu: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user