aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-12-06 00:15:39 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-12-06 00:20:21 +0700
commitf1be1df0d36481b96d050559674c5d50a5a0855f (patch)
tree6f86ee511fa891804c5f68cfb67fefc309cd16dd /doc
parentc22205bec8583b6ce9b1f539e8561f22a72dd6b1 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/configuration.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/chapters/configuration.adoc b/doc/manuals/chapters/configuration.adoc
index 657a014..5ba51eb 100644
--- a/doc/manuals/chapters/configuration.adoc
+++ b/doc/manuals/chapters/configuration.adoc
@@ -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