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.
This commit is contained in:
d00f
2026-08-16 04:10:03 +02:00
parent 1ed8b131bc
commit fa7895ad62
+1 -1
View File
@@ -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 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: source and destination ports into account, e.g. just use the default:
``` ```
> lag 0 1 2 > lag 1 1 2
``` ```