Page MenuHomeFreeBSD

D31517.diff
No OneTemporary

D31517.diff

diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8
--- a/usr.sbin/rtsold/rtsold.8
+++ b/usr.sbin/rtsold/rtsold.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2020
+.Dd August 14, 2021
.Dt RTSOLD 8
.Os
.\"
@@ -167,7 +167,7 @@
.It Fl a
Autoprobe outgoing interfaces.
.Nm
-will try to find any non-loopback, non-point-to-point, IPv6-capable interfaces
+will try to find any non-loopback, IPv6-capable interfaces
and send router solicitation messages on all of them.
.It Fl d
Enable debugging.
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c
--- a/usr.sbin/rtsold/rtsold.c
+++ b/usr.sbin/rtsold/rtsold.c
@@ -843,8 +843,6 @@
for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
if ((ifa->ifa_flags & IFF_UP) == 0)
continue;
- if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
- continue;
if ((ifa->ifa_flags & IFF_LOOPBACK) != 0)
continue;
if ((ifa->ifa_flags & IFF_MULTICAST) == 0)

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 12, 2:33 AM (9 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23604194
Default Alt Text
D31517.diff (942 B)

Event Timeline