git: 3b7d00ddbd81 - main - Xref rc.conf in my previous addition.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Feb 2023 16:08:59 UTC
The branch main has been updated by phk:
URL: https://cgit.FreeBSD.org/src/commit/?id=3b7d00ddbd8110ebc03f899a647d70c769182cf2
commit 3b7d00ddbd8110ebc03f899a647d70c769182cf2
Author: Poul-Henning Kamp <phk@FreeBSD.org>
AuthorDate: 2023-02-25 16:08:06 +0000
Commit: Poul-Henning Kamp <phk@FreeBSD.org>
CommitDate: 2023-02-25 16:08:06 +0000
Xref rc.conf in my previous addition.
Prodded by: karels
---
share/man/man4/lagg.4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4
index f3c7d9a5f713..bdb3d4841263 100644
--- a/share/man/man4/lagg.4
+++ b/share/man/man4/lagg.4
@@ -215,7 +215,8 @@ The following example shows how to create an infiniband failover interface.
1.1.1.1 netmask 255.255.255.0
.Ed
.Pp
-Configure two ethernets for failover and static IP in /etc/rc.conf:
+Configure two ethernets for failover with static IP in
+.Xr /etc/rc.conf 5 :
.Bd -literal -offset indent
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport bge0 laggport bge1 \e
@@ -225,6 +226,7 @@ ifconfig_bge1="up"
.Ed
.Sh SEE ALSO
.Xr ng_one2many 4 ,
+.Xr rc.conf 5 ,
.Xr ifconfig 8 ,
.Xr sysctl 8
.Sh HISTORY