From b6a6626e21ad76a86eace6d60ec300f2b7e9f10b Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 26 Aug 2024 08:51:32 -0400 Subject: [PATCH] MT#55283 fix syntax in docs Interfaces must be separated by semicolons, not spaces Change-Id: Id812e7c6c76da46073258f6ac807730676f597c3 (cherry picked from commit ef84ff65d3baa49ff7af3cbfceca65ddb4eb36ed) (cherry picked from commit 0ec096210167381e8bcf102b3a363889bbf9c022) --- docs/rtpengine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rtpengine.md b/docs/rtpengine.md index d282edd92..8a1e0136c 100644 --- a/docs/rtpengine.md +++ b/docs/rtpengine.md @@ -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