]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/if-options.c
Add --noconfigure option
authorRoy Marples <roy@marples.name>
Wed, 4 Nov 2020 14:18:48 +0000 (14:18 +0000)
committerRoy Marples <roy@marples.name>
Wed, 4 Nov 2020 14:18:48 +0000 (14:18 +0000)
commite9dfc2416bc5ff97166905cbb69e71dd2be6411a
treedf5dadc4500f91e4b559efb8cc82a8e4e23f44be
parentd5565ba4c5306332c2b6f00aef184579beb31e33
Add --noconfigure option

With this set dhcpcd will not configure anything on the host.
The expectation is that a 3rd party script will instead.
17 files changed:
hooks/15-timezone
hooks/20-resolv.conf
hooks/30-hostname.in
hooks/50-ntp.conf
hooks/50-yp.conf
hooks/50-ypbind.in
src/dhcp.c
src/dhcp6.c
src/dhcpcd.8.in
src/if-options.c
src/if-options.h
src/ipv4ll.c
src/ipv6.c
src/ipv6nd.c
src/privsep.c
src/route.c
src/script.c