START sbin/slaacd 2024-06-05T03:25:34Z ==== run-send-solicitation ==== ifconfig pair1 destroy 2>/dev/null || true ifconfig pair2 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true ifconfig pair1 rdomain 1 10.11.12.1/24 up ifconfig pair2 rdomain 1 10.11.12.2/24 up ifconfig pair1 rdomain 1 patch pair2 ifconfig pair1 inet6 rdomain 1 eui64 ifconfig pair2 inet6 rdomain 1 eui64 ifconfig pair2 inet6 rdomain 1 autoconf route -nq -T 1 add -host default 10.11.12.1 -reject route -T1 exec python3 -B -u /usr/src/regress/sbin/slaacd/sniff_sol.py /dev/slaacd.sock /usr/local/lib/python3.11/site-packages/scapy/layers/ipsec.py:471: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release cipher=algorithms.Blowfish, /usr/local/lib/python3.11/site-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been deprecated and will be removed in a future release cipher=algorithms.CAST5, received router solicitation ==== run-parse-ra ==== ifconfig pair1 destroy 2>/dev/null || true ifconfig pair2 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true ifconfig pair1 rdomain 1 10.11.12.1/24 up ifconfig pair2 rdomain 1 10.11.12.2/24 up ifconfig pair1 rdomain 1 patch pair2 ifconfig pair1 inet6 rdomain 1 eui64 ifconfig pair2 inet6 rdomain 1 eui64 ifconfig pair2 inet6 rdomain 1 autoconf route -nq -T 1 add -host default 10.11.12.1 -reject route -T1 exec python3 -B -u /usr/src/regress/sbin/slaacd/process_ra.py pair1 pair2 /dev/slaacd.sock /usr/local/lib/python3.11/site-packages/scapy/layers/ipsec.py:471: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release cipher=algorithms.Blowfish, /usr/local/lib/python3.11/site-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been deprecated and will be removed in a future release cipher=algorithms.CAST5, test_number_addr_proposals (__main__.TestRouterAdvertisementParsing.test_number_addr_proposals) ... ok test_number_def_router_proposals (__main__.TestRouterAdvertisementParsing.test_number_def_router_proposals) ... ok test_number_ras (__main__.TestRouterAdvertisementParsing.test_number_ras) ... ok test_number_rdns_proposals (__main__.TestRouterAdvertisementParsing.test_number_rdns_proposals) ... ok test_number_rdns_proposals_rnds (__main__.TestRouterAdvertisementParsing.test_number_rdns_proposals_rnds) ... ok ---------------------------------------------------------------------- Ran 5 tests in 0.001s OK ==== cleanup ==== ifconfig pair1 destroy 2>/dev/null || true ifconfig pair2 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true PASS sbin/slaacd Duration 0m04.19s