mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 06:18:01 +08:00

Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
# Just echo our DHCP options we have
|
|
|
|
if [ "$reason" = "TEST" ]; then
|
|
set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
|
|
set | grep "^\(new_\|old_\|ra_count=\|ra[0-9]*_\)" | sort
|
|
fi
|