History log of /openbsd/regress/sbin/ifconfig/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 9cfd9950 19-Oct-2024 anton <anton@openbsd.org>

Mark two regress/sbin/ifconfig tests as expected failures.
They make use of the by now unsupported SIOCSIFDSTADDR ioctl command.
They should instead make use of the SIOCAIFADDR ioctl command, however

Mark two regress/sbin/ifconfig tests as expected failures.
They make use of the by now unsupported SIOCSIFDSTADDR ioctl command.
They should instead make use of the SIOCAIFADDR ioctl command, however
figuring out such change is above my pay grade.

show more ...


# b5d99089 17-Dec-2020 bluhm <bluhm@openbsd.org>

Remove echo headlines.


# 619f57a8 16-Oct-2020 denis <denis@openbsd.org>

Display of P2P links has changed

Reported by patrick@


# 93c38893 30-Nov-2019 bluhm <bluhm@openbsd.org>

Test inet6 netmask and non-contiguous netmask in ifconfig(8).


# 5d787a1c 25-Oct-2019 bluhm <bluhm@openbsd.org>

Add tests for ifconfig(8) with inet6 addresses.


# 055a451e 24-Oct-2019 bluhm <bluhm@openbsd.org>

Test the old ioctl(2) for interface addresses SIOCSIFADDR,
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR.
Implement ifaddr.c which is a stripped down ifconfig(8) converted
to the ol

Test the old ioctl(2) for interface addresses SIOCSIFADDR,
SIOCSIFNETMASK, SIOCSIFDSTADDR, SIOCSIFBRDADDR, and SIOCGIFADDR.
Implement ifaddr.c which is a stripped down ifconfig(8) converted
to the old interface.

show more ...


# 720ca3c1 16-Oct-2019 bluhm <bluhm@openbsd.org>

Test various combinations of setting interface addresses with
ifconfig and check the expected result. This covers the ifconfig(8)
program and the SIOCAIFADDR and SIOCDIFADDR ioctl(2).