address generator, address collision checker

This commit is contained in:
Craig Dowell
2008-03-24 15:31:54 -07:00
parent 69ddf50d98
commit 991e83fe2c
4 changed files with 732 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ def build(bld):
'packet-socket-address.cc',
'node.cc',
'ipv4-address.cc',
'ipv4-address-generator.cc',
'net-device.cc',
'address-utils.cc',
'llc-snap-header.cc',
@@ -42,6 +43,7 @@ def build(bld):
'packet-socket-address.h',
'node.h',
'ipv4-address.h',
'ipv4-address-generator.h',
'net-device.h',
'address-utils.h',
'ipv4-route.h',