==== run-regress-1 ====
cc -Wall -g  -MD -MP  -c /home/src/regress/sys/netinet/sendsrcaddr/runtest.c
/home/src/regress/sys/netinet/sendsrcaddr/runtest.c:56:50: warning: variable 'resv_sock' set but not used [-Wunused-but-set-variable]
        int ch, error, errexpect, bind_sock, dest_sock, resv_sock;
                                                        ^
1 warning generated.
cc   -o runtest runtest.o 
! doas -n ifconfig vether12 destroy
ifconfig: vether12: SIOCIFDESTROY: Device not configured
doas -n ifconfig vether12 create
doas -n ifconfig vether12 inet 10.0.255.1/24 up
doas -n ifconfig vether12 inet 10.0.255.2/24 alias
doas -n ifconfig vether12 inet 10.0.255.3/24 alias
doas -n ifconfig vether12
vether12: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	lladdr fe:e1:ba:da:1b:81
	index 394 priority 0 llprio 3
	groups: vether
	media: Ethernet autoselect
	status: active
	inet 10.0.255.1 netmask 0xffffff00 broadcast 10.0.255.255
	inet 10.0.255.2 netmask 0xffffff00 broadcast 10.0.255.255
	inet 10.0.255.3 netmask 0xffffff00 broadcast 10.0.255.255
date >stamp-setup
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -W 10.0.255.2

==== run-regress-2 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 10.0.255.3 -W 10.0.255.3

==== run-regress-3 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 10.0.255.2 -W 10.0.255.2

==== run-regress-4 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 10.0.255.4 -E 49

==== run-regress-5 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 10.0.255.1 -E 48

==== run-regress-6 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 0.0.0.0 -C 10.0.255.2 -W 10.0.255.2

==== run-regress-7 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 0.0.0.0 -C 10.0.255.1 -W 10.0.255.1

==== run-regress-8 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 0.0.0.0 -W 10.0.255.2

==== run-regress-9 ====
./runtest -D 127.0.0.1 -R 10.0.255.1 -B 10.0.255.2 -C 10.0.255.3 -f -E 22

==== run-regress-cleanup ====
rm -f stamp-setup
doas -n ifconfig vether12 destroy