MT#55283 fix syntax in docs

Interfaces must be separated by semicolons, not spaces

Change-Id: Id812e7c6c76da46073258f6ac807730676f597c3
(cherry picked from commit ef84ff65d3)
(cherry picked from commit 0ec0962101)
mr12.5.1
Richard Fuchs 9 months ago
parent 541d40235f
commit b6a6626e21

@ -1447,7 +1447,7 @@ multiple addresses for the same interface name.
An advanced example could be (using config file notation, and omitting
actual network addresses):
interface = pub:1/IPv4 pub:1/IPv4 pub:1/IPv6 pub:2/IPv4 pub:2/IPv6 pub:3/IPv6 pub:4/IPv4
interface = pub:1/IPv4;pub:1/IPv4;pub:1/IPv6;pub:2/IPv4;pub:2/IPv6;pub:3/IPv6;pub:4/IPv4
In this example, when *direction=pub* is IPv4 is needed as a primary
address, either *pub:1*, *pub:2*, or *pub:4* might be selected.
@ -1473,7 +1473,7 @@ must be listed after the primary interface that it references. For example, to
create an actual logical interface *pub1* and then an alias *pub* for that
interface:
interface = pub1/IPv4 pub=pub1
interface = pub1/IPv4;pub=pub1
Interface aliases are useful in combination with Redis replication. If an
interface is referred to via an alias name (e.g. *direction=pub*), then the

Loading…
Cancel
Save