Skip to content

Commit

Permalink
vip: Fix IPv6 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbrunner committed Nov 11, 2024
1 parent 9706eff commit 6e6b3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/features/vip.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To serve *multiple clients*, define an address pool in CIDR notation
|`connections.<conn>.pools = <name>`

|`pools.<name>.addrs = 10.3.0.0/24`
|`pools.<name>.addrs = 2001:db8::3.0/24`
|`pools.<name>.addrs = 2001:db8::3:0/24`
|===

or as an IP address range
Expand All @@ -144,7 +144,7 @@ or as an IP address range
|`connections.<conn>.pools = <name>`

|`pools.<name>.addrs = 10.3.0.1-10.3.0.100`
|`pools.<name>.addrs = 2001:db8::3.1-2001:db8::3.100`
|`pools.<name>.addrs = 2001:db8::3:1-2001:db8::3:100`
|===

As address pools are explicitly assigned to connections defined in
Expand Down

0 comments on commit 6e6b3e0

Please sign in to comment.