howto/Bird2.md
... ...
@@ -197,9 +197,9 @@ protocol bgp <NEIGHBOR_NAME> from dnpeers {
197 197
198 198
protocol bgp <NEIGHBOR_NAME>_v6 from dnpeers {
199 199
neighbor <NEIGHBOR_IPv6>%<NEIGHBOR_INTERFACE> as <NEIGHBOR_ASN>;
200
- // Or:
201
- // neighbor <NEIGHBOR_IPv6> as <NEIGHBOR_ASN>;
202
- // interface <NEIGHBOR_INTERFACE>;****
200
+ # Or:
201
+ # neighbor <NEIGHBOR_IPv6> as <NEIGHBOR_ASN>;
202
+ # interface <NEIGHBOR_INTERFACE>;****
203 203
}
204 204
```
205 205