release-notes/en Networking.xml,1.4,1.5

Robert 'Bob' Jensen (bjensen) fedora-docs-commits at redhat.com
Tue Feb 28 21:25:34 UTC 2006


Author: bjensen

Update of /cvs/docs/release-notes/en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29439

Modified Files:
	Networking.xml 
Log Message:
Fixed Recursion problem


Index: Networking.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Networking.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Networking.xml	28 Feb 2006 20:18:27 -0000	1.4
+++ Networking.xml	28 Feb 2006 21:25:26 -0000	1.5
@@ -83,11 +83,11 @@
       <para>The IPv4 address deletion algorithm did not take the prefix length into account up to kernel version 2.6.12. Since this has changed, the <code>iproute2</code> tool now issues a warning if no prefix length is provided, to warn about possible unintended deletions: </para>
       <itemizedlist>
         <listitem>
-          <screen>
+          <screen><[CDATA[
 ip addr list dev eth0 
 4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
     inet 10.0.0.3/24 scope global eth0
-	  </screen>
+	  ]]></screen>
           <screen>
 su -c 'ip addr del 10.0.0.3 dev eth0' 
 Warning: Executing wildcard deletion to stay compatible with old




More information about the Fedora-docs-commits mailing list