manuals/configuration.adoc: fix Network Address without prefix length

"An address '192.168.7.1' is specified without prefix length. The behavior
of parsing addresses without prefix length will be changed in the future
release. Please specify prefix length explicitly."

Change-Id: I51777c6344191182fb87bae6f0048ce422802541
This commit is contained in:
Vadim Yanitskiy 2019-12-06 00:15:39 +07:00
parent c22205bec8
commit f1be1df0d3
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ Group=username <3>
Name=apn0 <1>
[Network]
Address=192.168.7.1 <2>
Address=192.168.7.1/24 <2>
IPMasquerade=yes <3>
----
<1> The netowrk device name, which must match the one in the apn0.netdev unit file above