aboutsummaryrefslogtreecommitdiffstats
path: root/ipv6-6to4.howto
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2014-10-20 14:14:59 +0200
committerLukas Nykryn <lnykryn@redhat.com>2014-10-20 14:14:59 +0200
commitca35f4b85fff60c51e9572350a0a605d6553896c (patch)
treed6de5e93fc31f8b5d844994f76218a6230d96322 /ipv6-6to4.howto
parentb22d66e78ebe32e13711012019bf57240075d34a (diff)
downloadinitscripts-ca35f4b85fff60c51e9572350a0a605d6553896c.tar
initscripts-ca35f4b85fff60c51e9572350a0a605d6553896c.tar.gz
initscripts-ca35f4b85fff60c51e9572350a0a605d6553896c.tar.bz2
initscripts-ca35f4b85fff60c51e9572350a0a605d6553896c.tar.xz
initscripts-ca35f4b85fff60c51e9572350a0a605d6553896c.zip
doc: be consistent and use BOOTPROTO=none
Reported-by: Stephen Wadeley <swadeley@redhat.com>
Diffstat (limited to 'ipv6-6to4.howto')
-rw-r--r--ipv6-6to4.howto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6-6to4.howto b/ipv6-6to4.howto
index f388ba2e..131f4ce4 100644
--- a/ipv6-6to4.howto
+++ b/ipv6-6to4.howto
@@ -66,7 +66,7 @@ Now, set up the configuration as follows:
/etc/sysconfig/network-scripts/ifcfg-eth0:
---
DEVICE=eth0
-BOOTPROTO=static
+BOOTPROTO=none
ONBOOT=yes
IPADDR=xx.yy.zz.ww [Globally unique IPv4 address]
NETMASK=aa.bb.cc.dd [IPv4 settings up to this point]