Download raw body.
multicast.4: small correction for IPv6
On Tue, Jan 23, 2024 at 08:30:57AM +0100, Clemens G??nitzer wrote: > Attached is a diff which corrects a sysctl entry name for setting IPv6 > multicast forwarding. > fixed, thanks. jmc > > Index: multicast.4 > =================================================================== > RCS file: /cvs/src/share/man/man4/multicast.4,v > retrieving revision 1.16 > diff -u -p -u -r1.16 multicast.4 > --- multicast.4 18 Feb 2022 10:24:32 -0000 1.16 > +++ multicast.4 23 Jan 2024 07:29:33 -0000 > @@ -74,7 +74,7 @@ the user must enable multicast forwardin > variables > .Va net.inet.ip.mforwarding > and/or > -.Va net.inet.ip6.mforwarding , > +.Va net.inet6.ip6.mforwarding , > and set > .Va multicast > to >
multicast.4: small correction for IPv6