From a137e16ff8f2a589635c14dac1df850618399aff Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 1 Mar 2018 12:44:18 +0100 Subject: [PATCH] lowpan6.c: fix referenced RFCs --- src/netif/lowpan6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/lowpan6.c b/src/netif/lowpan6.c index ff2c34f3..6bc94e32 100644 --- a/src/netif/lowpan6.c +++ b/src/netif/lowpan6.c @@ -3,7 +3,7 @@ * * 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN units. * - * This implementation aims to conform to IEEE 802.15.4(-2015), RFC 4994 and RFC 6282. + * This implementation aims to conform to IEEE 802.15.4(-2015), RFC 4944 and RFC 6282. * @todo: RFC 6775. */