Skip to content

Commit e0718cb

Browse files
committed
Update docs from fabric@v0.117.0
This is an automated commit created by GitHub Actions workflow, in the fabric repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d09ba66 commit e0718cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/reference/fabric-api.md.gen

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ _Appears in:_
10251025
| `profiling` _[GatewayProfiling](#gatewayprofiling)_ | Profiling defines the configuration for profiling | | |
10261026
| `workers` _integer_ | Workers defines the number of worker threads to use for dataplane | | |
10271027
| `groups` _[GatewayGroupMembership](#gatewaygroupmembership) array_ | Groups is a list of group memberships for the gateway | | |
1028+
| `flowTableCapacity` _integer_ | FlowTableCapacity defines the maximum number of flow entres | | |
10281029

10291030

10301031
#### GatewayStatus
@@ -2011,6 +2012,7 @@ _Appears in:_
20112012
| Field | Description | Default | Validation |
20122013
| --- | --- | --- | --- |
20132014
| `relay` _string_ | Relay is the DHCP relay IP address, if specified, DHCP server will be disabled | | |
2015+
| `relayVPC` _string_ | RelayVPC is the name of the VPC where the selected DHCP relay lives | | |
20142016
| `enable` _boolean_ | Enable enables DHCP server for the subnet | | |
20152017
| `range` _[VPCDHCPRange](#vpcdhcprange)_ | Range (optional) is the DHCP range for the subnet if DHCP server is enabled | | |
20162018
| `options` _[VPCDHCPOptions](#vpcdhcpoptions)_ | Options (optional) is the DHCP options for the subnet if DHCP server is enabled | | |

0 commit comments

Comments
 (0)