mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-02-22 20:14:46 +00:00
update
This commit is contained in:
parent
865b4f4b70
commit
b8ecac495e
@ -1,3 +1,5 @@
|
||||
Setup BIRD with BGP on loopback or dummy interface
|
||||
|
||||
For RHEL8 use 'nm' for NetworkManager and dummy iface for BGP IPs
|
||||
For RHEL7 use 'network-scripts' for network-scripts and lo iface for BGP IPs
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# use 'nm' for network-manager and dummy0 iface for BGP IPs
|
||||
# use 'network-scripts' for network-scripts and lo iface for BGP IPs
|
||||
# use 'ns' for network-scripts and lo iface for BGP IPs
|
||||
network: "nm"
|
||||
network_nm_iface: "dummy0"
|
||||
|
||||
# null for auto
|
||||
# null for MTU auto
|
||||
network_nm_iface_mtu: null
|
||||
|
Loading…
Reference in New Issue
Block a user