==== run-send-solicitation ==== doas -n ifconfig pair1 destroy 2>/dev/null || true doas -n ifconfig pair2 destroy 2>/dev/null || true doas -n ifconfig lo12 destroy 2>/dev/null || true doas -n ifconfig pair1 rdomain 12 10.11.12.1/24 up doas -n ifconfig pair2 rdomain 12 10.11.12.2/24 up doas -n ifconfig pair1 rdomain 12 patch pair2 doas -n ifconfig pair1 inet6 rdomain 12 eui64 doas -n ifconfig pair2 inet6 rdomain 12 eui64 doas -n ifconfig pair2 inet6 rdomain 12 autoconf doas -n route -nq -T 12 add -host default 10.11.12.1 -reject doas -n route -T12 exec python3 -B -u /home/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 ==== doas -n ifconfig pair1 destroy 2>/dev/null || true doas -n ifconfig pair2 destroy 2>/dev/null || true doas -n ifconfig lo12 destroy 2>/dev/null || true doas -n ifconfig pair1 rdomain 12 10.11.12.1/24 up doas -n ifconfig pair2 rdomain 12 10.11.12.2/24 up doas -n ifconfig pair1 rdomain 12 patch pair2 doas -n ifconfig pair1 inet6 rdomain 12 eui64 doas -n ifconfig pair2 inet6 rdomain 12 eui64 doas -n ifconfig pair2 inet6 rdomain 12 autoconf doas -n route -nq -T 12 add -host default 10.11.12.1 -reject doas -n route -T12 exec python3 -B -u /home/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.003s OK ==== cleanup ==== doas -n ifconfig pair1 destroy 2>/dev/null || true doas -n ifconfig pair2 destroy 2>/dev/null || true doas -n ifconfig lo12 destroy 2>/dev/null || true