Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156654055
D29592.id87755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
417 B
Referenced Files
None
Subscribers
None
D29592.id87755.diff
View Options
Index: sys/netinet6/nd6_nbr.c
===================================================================
--- sys/netinet6/nd6_nbr.c
+++ sys/netinet6/nd6_nbr.c
@@ -600,7 +600,7 @@
const struct in6_addr *daddr6, const struct in6_addr *taddr6,uint8_t *nonce)
{
- nd6_ns_output_fib(ifp, saddr6, daddr6, taddr6, nonce, RT_DEFAULT_FIB);
+ nd6_ns_output_fib(ifp, saddr6, daddr6, taddr6, nonce, ifp->if_fib);
}
#endif
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 10:39 AM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33124563
Default Alt Text
D29592.id87755.diff (417 B)
Attached To
Mode
D29592: Use interface fib instead of RT_DEFAULT_FIB in nd6_ns_output().
Attached
Detach File
Event Timeline
Log In to Comment