phessler@ noticed that we dont document which redistribute settings
cause the priority filter to be enabled/disabled.
Add this text:
The use of redistribute prefix and redistribute rtlabel can in
some situations result in higher cpu usage because ospfd(8)
needs to process more route updates.
ok?
(benno_ospfd.conf.5.diff)
diff --git usr.sbin/ospfd/ospfd.conf.5 usr.sbin/ospfd/ospfd.conf.5
index 1928b621db0..4517c8af203 100644
--- usr.sbin/ospfd/ospfd.conf.5
+++ usr.sbin/ospfd/ospfd.conf.5
@@ -185,6 +185,15 @@ Setting more than one option needs curly brackets:
redistribute static set { metric 300 type 2 }
.Ed
.Pp
+The use of
+.Ic redistribute Ar prefix
+and
+.Ic redistribute rtlabel
+can in some situations result in higher cpu usage because
+.Xr ospfd 8
+needs to process more route updates.
+.Ed
+.Pp
.It Xo
.Ic rfc1583compat
.Pq Ic yes Ns | Ns Ic no