howto/Bird2.md
... ...
@@ -187,11 +187,11 @@ Then for each peer, create a configuration file similar to this one:
187 187
188 188
`/etc/bird/peers/<NEIGHBOR_NAME>.conf`:
189 189
```
190
-protocol bgp <name> from dnpeers {
190
+protocol bgp <NEIGHBOR_NAME> from dnpeers {
191 191
neighbor <NEIGHBOR_IP> as <NEIGHBOR_ASN>;
192 192
}
193 193
194
-protocol bgp <name>_v6 from dnpeers {
194
+protocol bgp <NEIGHBOR_NAME>_v6 from dnpeers {
195 195
neighbor <NEIGHBOR_IPv6>%<NEIGHBOR_INTERFACE> as <NEIGHBOR_ASN>;
196 196
}
197 197
```