This commit is contained in:
ace 2021-10-26 18:58:49 +03:00
parent 865b4f4b70
commit b8ecac495e
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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