Browse Source

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 1 year ago
parent
commit
b6a6626e21
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/rtpengine.md

+ 2
- 2
docs/rtpengine.md View File

@ -1447,7 +1447,7 @@ multiple addresses for the same interface name.
An advanced example could be (using config file notation, and omitting An advanced example could be (using config file notation, and omitting
actual network addresses): 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 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. 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 create an actual logical interface *pub1* and then an alias *pub* for that
interface: interface:
interface = pub1/IPv4 pub=pub1
interface = pub1/IPv4;pub=pub1
Interface aliases are useful in combination with Redis replication. If an 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 interface is referred to via an alias name (e.g. *direction=pub*), then the


Loading…
Cancel
Save