Skip to content

Commit ff22ffb

Browse files
authored
docs: inform users of server side settings (#89)
Signed-off-by: Logan Blyth <[email protected]>
1 parent eb57565 commit ff22ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
MCLAG server connections are used to connect servers to a pair of switches using multiple ports (Dual-homing).
6262
Switches should be configured as an MCLAG pair which requires them to be in a single redundancy group of type `mclag`
6363
and a Connection with type `mclag-domain` between them. MCLAG switches should also have the same `spec.ASN` and
64-
`spec.VTEPIP`.
64+
`spec.VTEPIP`. The server interfaces should be configured for 802.3ad LACP.
6565

6666
```yaml
6767
apiVersion: wiring.githedgehog.com/v1beta1
@@ -86,7 +86,7 @@ spec:
8686

8787
ESLAG server connections are used to connect servers to the 2-4 switches using multiple ports (Multi-homing). Switches
8888
should belong to the same redundancy group with type `eslag`, but contrary to the MCLAG case, no other configuration is
89-
required.
89+
required. The server interfaces should be configured for 802.3ad LACP.
9090

9191
```yaml
9292
apiVersion: wiring.githedgehog.com/v1beta1

0 commit comments

Comments
 (0)