configure.ac: vm-ipv6-gateway: Fix copy-paste error in help
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
8c09af074b
commit
aa3f17d69c
|
@ -79,7 +79,7 @@ AC_ARG_WITH([vm-ipv4-gateway],
|
|||
|
||||
AC_ARG_WITH([vm-ipv6-gateway],
|
||||
[AS_HELP_STRING([--with-vm-ipv6-gateway=VM_IPV6_GATEWAY], [Use custom VM
|
||||
IPv6 gateway address. (default=192.168.0.1)])],
|
||||
IPv6 gateway address. (default=2001:910:1021::1)])],
|
||||
[VM_IPV6_GATEWAY=$withval],
|
||||
[VM_IPV6_GATEWAY="2001:910:1021::1"])
|
||||
|
||||
|
|
Loading…
Reference in New Issue