Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/bgp: Clarify how to configure BGP for OVN (uplink) networks #13699

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/howto/network_bgp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ discourse: 11567

```{note}
The BGP server feature is available for the {ref}`network-bridge` and the {ref}`network-physical`.
These network types are often used as the uplink network for an {ref}`network-ovn`, and you must configure the BGP peers on the uplink network.
See {ref}`network-bgp-ovn` for instructions.
```

```{youtube} https://www.youtube.com/watch?v=C9zU-FEqtTw
Expand Down Expand Up @@ -64,6 +66,7 @@ By default, the next-hop is set to the address used for the BGP session.

To configure a different address, set `bgp.ipv4.nexthop` or `bgp.ipv6.nexthop`.

(network-bgp-ovn)=
### Configure BGP peers for OVN networks

If you run an OVN network with an uplink network (`physical` or `bridge`), the uplink network is the one that holds the list of allowed subnets and the BGP configuration.
Expand Down
Loading