Module Name: src Committed By: ozaki-r Date: Mon Aug 17 07:47:21 UTC 2015
Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: Improve test stability A test for ndp -c was sometimes failed because between the deletion and the check NS/NA messages were exchanged and a NDP cache was recreated unexpectedly. To provent this situation, we do ifconfig shmif0 down of the peer before the test, so the test won't be interfered by the messages. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/ndp/t_ndp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.