Includes cleanup + layer 2 link failure detection (untested)

This commit is contained in:
Pavel Boyko
2009-08-18 15:07:25 +04:00
parent 04a0d79e09
commit 522bd8dbcc
7 changed files with 122 additions and 16 deletions

View File

@@ -108,6 +108,11 @@ def build(bld):
'tcp-header.h',
'sequence-number.h',
'icmpv4.h',
# used by routing
'ipv4-interface.h',
'ipv4-l3-protocol.h',
'arp-cache.h',
'sgi-hashmap.h',
]
if bld.env['NSC_ENABLED']: