svn commit: r51263 - head/en_US.ISO8859-1/books/handbook/advanced-networking

Bjoern Heidotting bhd at FreeBSD.org
Thu Dec 7 19:55:13 UTC 2017


Author: bhd
Date: Thu Dec  7 19:55:12 2017
New Revision: 51263
URL: https://svnweb.freebsd.org/changeset/doc/51263

Log:
  - Add IP information to ifconfig output
  - Fix indentation in dhcpd.conf
  - put GENERIC in filename tag as we do in other places

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Thu Dec  7 09:01:04 2017	(r51262)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Thu Dec  7 19:55:12 2017	(r51263)
@@ -3574,6 +3574,7 @@ BEGEMOT-BRIDGE-MIB::begemotBridgeDefaultBridgeIf.0 s b
 lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
         options=8<VLAN_MTU>
         ether 00:05:5d:71:8d:b8
+        inet 10.0.0.3 netmask 0xffffff00 broadcast 10.0.0.255
         media: Ethernet autoselect
         status: active
         laggproto lacp
@@ -4065,7 +4066,7 @@ Received 264951 bytes in 0.1 seconds</screen>
    next-server <replaceable>192.168.0.1</replaceable> ;
 
    # path of boot loader obtained via tftp
-     filename "<replaceable>FreeBSD/install/boot/pxeboot</replaceable>" ;
+   filename "<replaceable>FreeBSD/install/boot/pxeboot</replaceable>" ;
 
    # pxeboot boot loader will try to NFS mount this directory for root FS
    option root-path "<replaceable>192.168.0.1:/b/tftpboot/FreeBSD/install/</replaceable>" ;
@@ -5186,7 +5187,8 @@ ifconfig_carp0="vhid <replaceable>1</replaceable> advs
 ifconfig_carp1="vhid <replaceable>2</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> <replaceable>192.168.1.51/24</replaceable>"</programlisting>
 
       <note>
-	<para>Preemption is disabled in the GENERIC &os; kernel.  If
+	<para>Preemption is disabled in the
+	  <filename>GENERIC</filename> &os; kernel.  If
 	  preemption has been enabled with a custom kernel,
 	  <systemitem>hostc.example.org</systemitem> may not release
 	  the <acronym>IP</acronym> address back to the original


More information about the svn-doc-head mailing list