mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-02-23 04:24:47 +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 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
|
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 '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"
|
||||||
network_nm_iface: "dummy0"
|
network_nm_iface: "dummy0"
|
||||||
|
|
||||||
# null for auto
|
# null for MTU auto
|
||||||
network_nm_iface_mtu: null
|
network_nm_iface_mtu: null
|
||||||
|
Loading…
Reference in New Issue
Block a user