kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Module dependency missing #602

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
src/net/core/network_layer.c depends on arp_queue functionality implemented in 
module src/net/ipv4/arp_queue.c

But the module dependency is missing which leads to broken build.

So there should be net.network_layer <- net.ipv4.arp_queue

Is that OK? That seems strange to me, since ARP should not belong to IPv4 
solely.

Original issue reported on code.google.com by vladisla...@gmail.com on 17 Apr 2013 at 9:45

GoogleCodeExporter commented 9 years ago
Hmm. that new dependency leads to cycle. Something is strange.

Original comment by vladisla...@gmail.com on 17 Apr 2013 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by ki.stfu on 17 Apr 2014 at 12:37