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

View File

@ -1,7 +1,7 @@
Setup BIRD with BGP on loopback or dummy interface 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 'ns' for network-scripts and lo iface for BGP IPs
network: "nm" network: "nm"
network_nm_iface: "dummy0" network_nm_iface: "dummy0"

View File

@ -1,4 +1,4 @@
# use 'nm' for network-manager and dummy0 iface for BGP IPs # use 'nm' for NetworkManager and dummy iface for BGP IPs
# use 'ns' 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"