START	sbin/slaacd	2025-03-17T02:02:03Z

==== 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
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
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 0m02.77s