[networking-guide] master: Prefer "none" over "static" for BOOTPROTO (dda7633)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Wed Aug 6 19:19:35 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit dda76339b03e6ea856e1ca0662bb97a084d4ada3
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Aug 6 10:18:39 2014 +0200

    Prefer "none" over "static" for BOOTPROTO
    
    Those values don't actually do anything, so both will work. Only DHCP
    and BOOTP cause an action in the network scripts. It seems more
    logical to use "none" as the user must configure the static networking,
    it is not a protocol.


>---------------------------------------------------------------

 en-US/Configure_Network_Teaming.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/en-US/Configure_Network_Teaming.xml b/en-US/Configure_Network_Teaming.xml
index 1b6740e..0f9c192 100644
--- a/en-US/Configure_Network_Teaming.xml
+++ b/en-US/Configure_Network_Teaming.xml
@@ -505,7 +505,7 @@ runner:
     <screen>DEVICE=team0
 DEVICETYPE=Team
 ONBOOT=yes
-BOOTPROTO=static
+BOOTPROTO=none
 IPADDR=192.168.11.1
 NETMASK=255.255.255.0
 TEAM_CONFIG='{"runner": {"name": "activebackup"}, "link_watch": {"name": "ethtool"}}'</screen>



More information about the docs-commits mailing list