Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144417229
D31517.id93596.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
894 B
Referenced Files
None
Subscribers
None
D31517.id93596.diff
View Options
Index: usr.sbin/rtsold/rtsold.8
===================================================================
--- usr.sbin/rtsold/rtsold.8
+++ usr.sbin/rtsold/rtsold.8
@@ -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.
Index: usr.sbin/rtsold/rtsold.c
===================================================================
--- usr.sbin/rtsold/rtsold.c
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 8:18 AM (2 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28557252
Default Alt Text
D31517.id93596.diff (894 B)
Attached To
Mode
D31517: rtsold: auto-probe point to point interfaces
Attached
Detach File
Event Timeline
Log In to Comment