diff --git a/core/net/uip6.c b/core/net/uip6.c index b71844027..1ce04207f 100644 --- a/core/net/uip6.c +++ b/core/net/uip6.c @@ -1440,6 +1440,9 @@ uip_process(u8_t flag) #if UIP_UDP /* UDP input processing. */ udp_input: + + remove_ext_hdr(); + PRINTF("Receiving UDP packet\n"); UIP_STAT(++uip_stat.udp.recv);