Move Ipv4ListRouting to src/internet-stack; get rid of Impl class

This commit is contained in:
Tom Henderson
2009-06-12 14:43:22 -07:00
parent 0dca6fc55c
commit 234df20364
12 changed files with 135 additions and 140 deletions

View File

@@ -20,7 +20,6 @@ def build(bld):
'ethernet-trailer.cc',
'ipv4-route.cc',
'ipv4-routing-protocol.cc',
'ipv4-list-routing.cc',
'ipv4-static-routing.cc',
'ipv4-routing-table-entry.cc',
'queue.cc',
@@ -62,7 +61,6 @@ def build(bld):
'address-utils.h',
'ipv4-route.h',
'ipv4-routing-protocol.h',
'ipv4-list-routing.h',
'ipv4-static-routing.h',
'ipv4-routing-table-entry.h',
'queue.h',