| NETFILTER has undergone the following enhancements in 2.6.26: | | * nf_conntrack: add DCCP protocol support, | * nf_nat: add UDP-Lite support, | * add DCCP protocol support, | * add SCTP protocol support, | | In one of your commit messages: | http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2bc780499aa33311ec0f3e42624dfaa7be0ade5e, | | you mentioned that it was tested and reviewed by Gerrit. Would you let | us know whether you used any automated test cases/suite to test | NETFILTER in general and the above enhancements in particular ? In that | case would you be able to share those test cases with LTP under GPLv2 ? | The DCCP netfilter implementation has been found to work in practice using manual tests where a NATed client with a private address connects through netfilter to another, separate end hosts at the other side of the NAT. During these tests the connection state was monitored using the conntrack daemon which periodically displayed the (changes of) state.
The `review' was based on manually going through the state transition table and comparing the transitions with the RFC and the existing DCCP code. If you are interested in automated tests for DCCP, please consider the new TAHI test suite by Wei Yongjun (CC:-ed), which has been released on http://dccpct.sourceforge.net/ Gerrit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
