manuals/configuration.adoc: fix IPv4 address mismatch in <<ggsn_no_root>>

Change-Id: Ide9465a01857dbe5ec7f5bc1d09468153865156f
This commit is contained in:
Vadim Yanitskiy 2019-12-06 00:21:13 +07:00
parent f1be1df0d3
commit a55454d58e
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ using standard means like `ip addr add` or your distribution-specific utilities/
to match the `ip prefix dynamic` config item, and activate the link, for example:
----
# ip addr add 192.168.7.0/24 dev apn0
# ip addr add 192.168.7.1/24 dev apn0
# ip link set apn0 up
----