mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #11622 from miri64/gnrc_ipv6_ext/fix/nettype
gnrc_ipv6_ext: fix packet snip type for header build function
This commit is contained in:
commit
7c369e9fb3
@ -295,7 +295,7 @@ gnrc_pktsnip_t *gnrc_ipv6_ext_build(gnrc_pktsnip_t *ipv6, gnrc_pktsnip_t *next,
|
||||
}
|
||||
}
|
||||
|
||||
snip = gnrc_pktbuf_add(next, NULL, size, GNRC_NETTYPE_IPV6);
|
||||
snip = gnrc_pktbuf_add(next, NULL, size, GNRC_NETTYPE_IPV6_EXT);
|
||||
|
||||
if (snip == NULL) {
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user