src/internet-stack/wscript
2009-08-06 Source NAT working! Run (examples/netfilter-example.cc)
2009-07-31 Added an example (examples/netfilter-example.cc) that uses the netfilter framework
2009-07-20 Testing connection tracking
2009-06-21 move list routing and static routing to src/routing directories
2009-06-21 cleanup ip alias unfinished cases (bug 591)
2009-06-12 Move Ipv4ListRouting to src/internet-stack; get rid of Impl class
2009-06-10 move global routing code into global routing directory
2009-05-28 src/ and utils/ changes for IPv4 routing rework
2009-04-12 Remove class Ipv4Impl
2009-02-28 Make ipv4-interface.h, ipv4-l3-protocol.h, and ipv4-static-routing.h private. Closes #370.
2009-03-01 win32 build fixes.
2009-01-24 Try to guess NSC location (finally closes #478)
2009-01-12 Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
2009-01-11 Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone
2009-01-10 Append the NSC kernel dirs to LD_LIBRARY_PATH
2008-12-29 merge
2008-12-29 Upgrade to new WAF, work in progress
2008-12-07 Add --with-nsc configuration option
2008-12-04 Fix nsc/python-scan task descriptions
2008-11-30 Segregate Ipv4GlobalRouting from Ipv4StaticRouting; add API for deleting and recomputing global routes
2008-11-19 Depend on nsc 0.5.0. This is required so the interface is the same for an NSC
2008-10-29 apply icmp patch
2008-09-17 Apply Sam's nsc regression patch
2008-09-10 nsc: fix liblinux2.6.18.so sym link creation
2008-09-10 nsc: remove nsc builddir symlink
2008-09-09 enable nsc when nsc enabled
2008-09-09 bug 322: download nsc from released location if in 'release' mode.
2008-09-08 bug 316: make nsc compilation conditional again
2008-09-06 For better consistency, option --nsc becomes --enable-nsc, --python-disable becomes --disable-python.
2008-09-05 compile nsc code unconditionally.
2008-09-05 add AddIpv4Stack, splt functions in independent chunks
2008-09-05 Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
2008-09-05 We don't want mercurial -q option when fetching nsc, user feedback is important.
2008-09-05 Add a summary of optional features at the end of the configuration stage.
2008-09-03 nsc: Fix build problem if gtk config store is disabled
2008-09-02 bug 282: remove Ipv4L4Demux
2008-08-29 nsc: enable network simulation cradle
2008-07-03 Minor doc notes added to ipv4.h
2008-06-09 bug 186: internet-node directory must be renamed to internet-stack