mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Fix bug in IPv6 router from Max Neklyudov.
This commit is contained in:
@@ -271,7 +271,7 @@ void netdev_ipv6_router(FAR struct net_driver_s *dev,
|
||||
* of the device.
|
||||
*/
|
||||
|
||||
net_ipv6addr_copy(router, dev->d_draddr);
|
||||
net_ipv6addr_copy(router, dev->d_ipv6draddr);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user