Skip to content

Commit 0ec0962

Browse files
committed
MT#55283 fix syntax in docs
Interfaces must be separated by semicolons, not spaces Change-Id: Id812e7c6c76da46073258f6ac807730676f597c3 (cherry picked from commit ef84ff6)
1 parent bd5f9f9 commit 0ec0962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rtpengine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ multiple addresses for the same interface name.
14471447
An advanced example could be (using config file notation, and omitting
14481448
actual network addresses):
14491449

1450-
interface = pub:1/IPv4 pub:1/IPv4 pub:1/IPv6 pub:2/IPv4 pub:2/IPv6 pub:3/IPv6 pub:4/IPv4
1450+
interface = pub:1/IPv4;pub:1/IPv4;pub:1/IPv6;pub:2/IPv4;pub:2/IPv6;pub:3/IPv6;pub:4/IPv4
14511451

14521452
In this example, when *direction=pub* is IPv4 is needed as a primary
14531453
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
14731473
create an actual logical interface *pub1* and then an alias *pub* for that
14741474
interface:
14751475

1476-
interface = pub1/IPv4 pub=pub1
1476+
interface = pub1/IPv4;pub=pub1
14771477

14781478
Interface aliases are useful in combination with Redis replication. If an
14791479
interface is referred to via an alias name (e.g. *direction=pub*), then the

0 commit comments

Comments
 (0)