The branch stable/14 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1c7f325e76e02f5dd8592574d2b4b2a3adb5065b

commit 1c7f325e76e02f5dd8592574d2b4b2a3adb5065b
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2025-01-06 23:20:00 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2025-01-14 14:14:24 +0000

    rc: Document rtadvd_flags
    
    PR:             283696
    MFC after:      1 week
    
    (cherry picked from commit 872686b17e70636f031436b458262eb7dacc5832)
---
 libexec/rc/rc.conf       |  1 +
 share/man/man5/rc.conf.5 | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 1be8924ba893..3f8b0ae7b42f 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -555,6 +555,7 @@ rtadvd_enable="NO"          # Set to YES to enable an IPv6 
router
                                # advertisement daemon. If set to YES,
                                # this router becomes a possible candidate
                                # IPv6 default router for local subnets.
+rtadvd_flags=""                        # Flags to the IPv6 router 
advertisement daemon.
 rtadvd_interfaces=""           # Interfaces rtadvd sends RA packets.
 stf_interface_ipv4addr=""      # Local IPv4 addr for 6to4 IPv6 over IPv4
                                # tunneling interface. Specify this entry
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index fb010c20af26..2bab31e9d9fe 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd October 14, 2024
+.Dd January 6, 2025
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -3122,6 +3122,14 @@ the interfaces specified in
 This should only be enabled with great care.
 You may want to fine-tune
 .Xr rtadvd.conf 5 .
+.It Va rtadvd_flags
+.Pq Vt str
+If
+.Va rtadvd_enable
+is set to
+.Dq Li YES ,
+these are the flags to pass to
+.Xr rtadvd 8 .
 .It Va rtadvd_interfaces
 .Pq Vt str
 If

Reply via email to