From fa7895ad62339b627cca4266ad029d73f856524a Mon Sep 17 00:00:00 2001 From: d00f <8052722+DrDoof@users.noreply.github.com> Date: Sun, 16 Aug 2026 04:10:03 +0200 Subject: [PATCH] doc: the aggregation example used group zero, which no longer parses The command now numbers groups the way 'lag show' prints them, so the walkthrough would have failed at its first step. --- doc/link_aggregation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/link_aggregation.md b/doc/link_aggregation.md index b901d37..6bde787 100644 --- a/doc/link_aggregation.md +++ b/doc/link_aggregation.md @@ -92,7 +92,7 @@ The following shows the network configuration On _both_ switches create a LAG with ports 1 and 2 inside and the default hash algorithm which takes source and destination ports into account, e.g. just use the default: ``` -> lag 0 1 2 +> lag 1 1 2 ```