- Add IP information to ifconfig output
- Fix indentation in dhcpd.conf - put GENERIC in filename tag as we do in other places
This commit is contained in:
parent
c3d4e33428
commit
f6be0f5d1b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51263
1 changed files with 4 additions and 2 deletions
|
@ -3574,6 +3574,7 @@ BEGEMOT-BRIDGE-MIB::begemotBridgeDefaultBridgeIf.0 s bridge2</screen>
|
|||
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> advskew <replaceable>100</repl
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue