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 Mar 22 09:21:24 UTC 2018

Modified Files:
        src/tests/net/if_tap: t_tap.sh
        src/tests/net/ndp: t_ndp.sh

Log Message:
Avoid setting IP addresses of the same subnet on different interface

If we do so, there will remain one route that is of a preceding address, but
that behavior is not documented and may be changed in the future.  Tests
shouldn't rely on such a unstable behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/if_tap/t_tap.sh
cvs rdiff -u -r1.30 -r1.31 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.




Home | Main Index | Thread Index | Old Index