1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.

This commit is contained in:
Rebecca Cran 2010-11-14 19:57:56 +00:00
parent 97f9dcf763
commit 10895c82f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215314

View File

@ -130,7 +130,7 @@
#define VAR_INSTALL_CFG "installConfig"
#define VAR_INSTALL_ROOT "installRoot"
#define VAR_IPADDR "ipaddr"
#define VAR_IPV6_ENABLE "ipv6_enable"
#define VAR_IPV6_ENABLE "ipv6_activate_all_interfaces"
#define VAR_IPV6ADDR "ipv6addr"
#define VAR_KERN_SECURELEVEL "kern_securelevel"
#define VAR_KEYMAP "keymap"