Skip to content

Commit 53d37fc

Browse files
ivanovuriRuth Fuchss
authored andcommitted
doc: Add bgp.peers.NAME.holdtime
Signed-off-by: Uri Ivanov <uivanov@hotmail.com> Co-authored-by: Ruth Fuchss <ruth.fuchss@canonical.com>
1 parent 7a7a71c commit 53d37fc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

doc/howto/network_bgp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Set the following configuration options on the uplink network:
6868
- `bgp.peers.<name>.address` - the peer address to be used by the downstream networks
6969
- `bgp.peers.<name>.asn` - the {abbr}`ASN (Autonomous System Number)` for the local server
7070
- `bgp.peers.<name>.password` - an optional password for the peer session
71+
- `bgp.peers.<name>.holdtime` - an optional hold time for the peer session (in seconds)
7172

7273
Once the uplink network is configured, downstream OVN networks will get their external subnets and addresses announced over BGP.
7374
The next-hop is set to the address of the OVN router on the uplink network.

doc/reference/network_bridge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Key | Type | Condition | Defau
5454
`bgp.peers.NAME.address` | string | BGP server | - | Peer address (IPv4 or IPv6)
5555
`bgp.peers.NAME.asn` | integer | BGP server | - | Peer AS number
5656
`bgp.peers.NAME.password` | string | BGP server | - (no password) | Peer session password (optional)
57+
`bgp.peers.NAME.holdtime` | integer | BGP server | `180` | Peer session hold time (in seconds; optional)
5758
`bgp.ipv4.nexthop` | string | BGP server | local address | Override the next-hop for advertised prefixes
5859
`bgp.ipv6.nexthop` | string | BGP server | local address | Override the next-hop for advertised prefixes
5960
`bridge.driver` | string | - | `native` | Bridge driver: `native` or `openvswitch`

doc/reference/network_physical.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Key | Type | Condition | Default
3636
`bgp.peers.NAME.address` | string | BGP server | - | Peer address (IPv4 or IPv6) for use by `ovn` downstream networks
3737
`bgp.peers.NAME.asn` | integer | BGP server | - | Peer AS number for use by `ovn` downstream networks
3838
`bgp.peers.NAME.password` | string | BGP server | - (no password) | Peer session password (optional) for use by `ovn` downstream networks
39+
`bgp.peers.NAME.holdtime` | integer | BGP server | `180` | Peer session hold time (in seconds; optional)
3940
`dns.nameservers` | string | standard mode | - | List of DNS server IPs on `physical` network
4041
`ipv4.gateway` | string | standard mode | - | IPv4 address for the gateway and network (CIDR)
4142
`ipv4.ovn.ranges` | string | - | - | Comma-separated list of IPv4 ranges to use for child OVN network routers (FIRST-LAST format)

0 commit comments

Comments
 (0)