diff --git a/README.md b/README.md index 13831a5..4977d38 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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 +For RHEL7 use 'ns' for network-scripts and lo iface for BGP IPs network: "nm" network_nm_iface: "dummy0" diff --git a/defaults/main.yaml b/defaults/main.yaml index add6722..685d58f 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -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 network: "nm" network_nm_iface: "dummy0"