Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/net



Module Name:    src
Committed By:   ozaki-r
Date:           Thu Nov 24 08:52:20 UTC 2016

Modified Files:
        src/tests/net/arp: Makefile t_arp.sh t_dad.sh
        src/tests/net/ndp: Makefile t_dad.sh t_ndp.sh
        src/tests/net/net: Makefile t_mtudisc.sh t_mtudisc6.sh t_ping6_opts.sh
Added Files:
        src/tests/net: net_common.sh

Log Message:
Reduce duplicate codes

Introduce net_common.sh that is to share common functions used in tests
for networking. This commit commonizes extract_new_packets. Other duplicate
codes will be moved to the file in further commits.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/net/net_common.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/arp/Makefile
cvs rdiff -u -r1.18 -r1.19 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/net/arp/t_dad.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/net/ndp/Makefile
cvs rdiff -u -r1.9 -r1.10 src/tests/net/ndp/t_dad.sh
cvs rdiff -u -r1.14 -r1.15 src/tests/net/ndp/t_ndp.sh
cvs rdiff -u -r1.18 -r1.19 src/tests/net/net/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_mtudisc.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_mtudisc6.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/net/t_ping6_opts.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index