Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Nov 10, 2022
1 parent dcaf1a1 commit 22b2e77
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/content/feature/bgp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ It will also configure a [gobgpd policy](https://github.com/osrg/gobgp/blob/mast
that will reject all incoming prefixes from neighbors.

Alternatively, for more advanced use cases, you can reference an [external gobgpd config file](/ref/bgp.gobgpdcfgfile/)
that will override
most of the options set in the fabio config, including the policy
blocking us from accepting prefixes from neighbors.
that will override many of the options set in the fabio config, including the policy
blocking us from accepting prefixes from neighbors. You still need to specify the bgp.grpc
options from the fabio config since there is no analog in the gobgpd config file.
You may still specify bgp anycastaddresses or bgp.peers from
the fabio config, but we ignore anything
that would be specified in the global section of the gobgpd config file, including router ID and
the ASN. Even If the bgp.gobgpdcfgfile value is set, fabio will still honor any values
configured for bgp.anycastaddresses or bgp.peers. These will be processed after the config
file is processed.


### Note
Expand Down

0 comments on commit 22b2e77

Please sign in to comment.