Fix bug in IPv6 router from Max Neklyudov.

This commit is contained in:
Gregory Nutt 2015-05-13 07:26:24 -06:00
parent f20ac5ef93
commit 608f812407
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ void netdev_ipv6_router(FAR struct net_driver_s *dev,
* of the device. * of the device.
*/ */
net_ipv6addr_copy(router, dev->d_draddr); net_ipv6addr_copy(router, dev->d_ipv6draddr);
} }
} }
#endif #endif