replace MacAddress by Address

This commit is contained in:
Mathieu Lacage
2007-07-26 17:36:53 +02:00
parent 4d847a04a7
commit db6a90d956
21 changed files with 83 additions and 407 deletions

View File

@@ -12,7 +12,6 @@ def build(bld):
'node.cc',
'ipv4-address.cc',
'net-device.cc',
'mac-address.cc',
'llc-snap-header.cc',
'ipv4-route.cc',
'queue.cc',
@@ -35,7 +34,6 @@ def build(bld):
'node.h',
'ipv4-address.h',
'net-device.h',
'mac-address.h',
'ipv4-route.h',
'queue.h',
'drop-tail-queue.h',