Fix a couple of problems found in build testing

This commit is contained in:
Gregory Nutt 2017-08-08 16:30:27 -06:00
parent efbb47999f
commit 78e90f0fc8
2 changed files with 3 additions and 2 deletions

View File

@ -101,6 +101,7 @@
#include "netdev/netdev.h" #include "netdev/netdev.h"
#include "ipforward/ipforward.h" #include "ipforward/ipforward.h"
#include "inet/inet.h"
#include "devif/devif.h" #include "devif/devif.h"
/**************************************************************************** /****************************************************************************

View File

@ -229,8 +229,8 @@ int icmpv6_neighbor(const net_ipv6addr_t ipaddr)
goto errout; goto errout;
} }
* Continue and send the Neighbor Solicitation request only if this /* Send the Neighbor Solicitation request only if this device uses the
* device uses the Ethernet data link protocol. * Ethernet data link protocol.
* *
* REVISIT: Other link layer protocols may require Neighbor Discovery * REVISIT: Other link layer protocols may require Neighbor Discovery
* as well. * as well.