Skip to content

Commit f2d319c

Browse files
doc/physical_network: include automatic config options in the docs
Signed-off-by: Gabriel Mougard <gabriel.mougard@canonical.com>
1 parent b7ccada commit f2d319c

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

doc/reference/network_physical.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,11 @@ The following configuration key namespaces are currently supported for the `phys
2727

2828
The following configuration options are available for the `physical` network type:
2929

30-
Key | Type | Condition | Default | Description
31-
:-- | :-- | :-- | :-- | :--
32-
`gvrp` | bool | - | `false` | Register VLAN using GARP VLAN Registration Protocol
33-
`mtu` | integer | - | - | The MTU of the new interface
34-
`parent` | string | - | - | Existing interface to use for network
35-
`vlan` | integer | - | - | The VLAN ID to attach to
36-
`bgp.peers.NAME.address` | string | BGP server | - | Peer address (IPv4 or IPv6) for use by `ovn` downstream networks
37-
`bgp.peers.NAME.asn` | integer | BGP server | - | Peer AS number for use by `ovn` downstream networks
38-
`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)
40-
`dns.nameservers` | string | standard mode | - | List of DNS server IPs on `physical` network
41-
`ipv4.gateway` | string | standard mode | - | IPv4 address for the gateway and network (CIDR)
42-
`ipv4.ovn.ranges` | string | - | - | Comma-separated list of IPv4 ranges to use for child OVN network routers (FIRST-LAST format)
43-
`ipv4.routes` | string | IPv4 address | - | Comma-separated list of additional IPv4 CIDR subnets that can be used with child OVN networks `ipv4.routes.external` setting
44-
`ipv4.routes.anycast` | bool | IPv4 address | `false` | Allow the overlapping routes to be used on multiple networks/NIC at the same time
45-
`ipv6.gateway` | string | standard mode | - | IPv6 address for the gateway and network (CIDR)
46-
`ipv6.ovn.ranges` | string | - | - | Comma-separated list of IPv6 ranges to use for child OVN network routers (FIRST-LAST format)
47-
`ipv6.routes` | string | IPv6 address | - | Comma-separated list of additional IPv6 CIDR subnets that can be used with child OVN networks `ipv6.routes.external` setting
48-
`ipv6.routes.anycast` | bool | IPv6 address | `false` | Allow the overlapping routes to be used on multiple networks/NIC at the same time
49-
`maas.subnet.ipv4` | string | IPv4 address | - | MAAS IPv4 subnet to register instances in (when using `network` property on NIC)
50-
`maas.subnet.ipv6` | string | IPv6 address | - | MAAS IPv6 subnet to register instances in (when using `network` property on NIC)
51-
`ovn.ingress_mode` | string | standard mode | `l2proxy` | Sets the method how OVN NIC external IPs will be advertised on uplink network: `l2proxy` (proxy ARP/NDP) or `routed`
52-
`user.*` | string | - | - | User-provided free-form key/value pairs
30+
% Include content from [../config_options.txt](../config_options.txt)
31+
```{include} ../config_options.txt
32+
:start-after: <!-- config group network-physical-network-conf start -->
33+
:end-before: <!-- config group network-physical-network-conf end -->
34+
```
5335

5436
(network-physical-features)=
5537
## Supported features

0 commit comments

Comments
 (0)