Skip to content

Commit

Permalink
add manual config option
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Nov 3, 2020
1 parent ab00347 commit ece44de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ There are many features of BIRD that aren't part of bcg. If you want to add a st
#### iBGP
Next hop self will be enabled on BGP sessions where the neighbor ASN and local ASN are the same (iBGP sessions).
#### Manual configuration
If bcg doesn't have a feature you need (and you can't use pre-import/pre-export conditions) then you can supply pure BIRD config in `/etc/bird/manual*.conf` and bcg will load the config before the peers defined in the bcg config file.
#### BGP Communities
bcg uses RFC 8092 BGP Large Communities
Expand Down
1 change: 1 addition & 0 deletions templates/global.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,5 @@ function reject_bogons() {

# ---- Peers ----

include "manual*.conf";
include "AS*.conf";

0 comments on commit ece44de

Please sign in to comment.