diff --git a/src/core/ipv4/ip.c b/src/core/ipv4/ip.c index 4db68c8e..096b9f9c 100644 --- a/src/core/ipv4/ip.c +++ b/src/core/ipv4/ip.c @@ -67,7 +67,9 @@ void ip_init(void) { - /* no initializations as of yet */ +#if IP_FRAG + ip_frag_init(); +#endif } /**