diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-20 14:14:59 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-20 14:14:59 +0200 |
commit | ca35f4b85fff60c51e9572350a0a605d6553896c (patch) | |
tree | d6de5e93fc31f8b5d844994f76218a6230d96322 | |
parent | b22d66e78ebe32e13711012019bf57240075d34a (diff) | |
download | initscripts-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>
-rw-r--r-- | examples/networking/ifcfg-bridge | 2 | ||||
-rw-r--r-- | ipv6-6to4.howto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/networking/ifcfg-bridge b/examples/networking/ifcfg-bridge index 6086b310..346f6338 100644 --- a/examples/networking/ifcfg-bridge +++ b/examples/networking/ifcfg-bridge @@ -8,5 +8,5 @@ TYPE=Bridge IPADDR=192.168.1.1 NETMASK=255.255.255.0 ONBOOT=yes -BOOTPROTO=static +BOOTPROTO=none DELAY=0 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] |