Skip to content
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
4 changes: 2 additions & 2 deletions docs/user-guide/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
MCLAG server connections are used to connect servers to a pair of switches using multiple ports (Dual-homing).
Switches should be configured as an MCLAG pair which requires them to be in a single redundancy group of type `mclag`
and a Connection with type `mclag-domain` between them. MCLAG switches should also have the same `spec.ASN` and
`spec.VTEPIP`.
`spec.VTEPIP`. The server interfaces should be configured for 802.3ad LACP.

```yaml
apiVersion: wiring.githedgehog.com/v1beta1
Expand All @@ -86,7 +86,7 @@ spec:

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

```yaml
apiVersion: wiring.githedgehog.com/v1beta1
Expand Down