Move packet info tag code to internet-stack, due to test dependencies
This commit is contained in:
@@ -145,6 +145,8 @@ def build(bld):
|
||||
'tcp-newreno.cc',
|
||||
'tcp-rx-buffer.cc',
|
||||
'tcp-tx-buffer.cc',
|
||||
'ipv4-packet-info-tag.cc',
|
||||
'ipv6-packet-info-tag.cc',
|
||||
]
|
||||
|
||||
headers = bld.new_task_gen('ns3header')
|
||||
@@ -172,6 +174,8 @@ def build(bld):
|
||||
'ipv6-interface.h',
|
||||
'ndisc-cache.h',
|
||||
'loopback-net-device.h',
|
||||
'ipv4-packet-info-tag.h',
|
||||
'ipv6-packet-info-tag.h',
|
||||
]
|
||||
|
||||
if bld.env['NSC_ENABLED']:
|
||||
|
||||
@@ -51,8 +51,6 @@ def build(bld):
|
||||
'radiotap-header.cc',
|
||||
'spectrum-phy.cc',
|
||||
'spectrum-channel.cc',
|
||||
'ipv4-packet-info-tag.cc',
|
||||
'ipv6-packet-info-tag.cc',
|
||||
]
|
||||
|
||||
headers = bld.new_task_gen('ns3header')
|
||||
@@ -105,6 +103,4 @@ def build(bld):
|
||||
'spectrum-phy.h',
|
||||
'spectrum-channel.h',
|
||||
'phy-mac.h',
|
||||
'ipv4-packet-info-tag.h',
|
||||
'ipv6-packet-info-tag.h',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user