aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/networking/ifcfg-bridge2
-rw-r--r--ipv6-6to4.howto2
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]