]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Fully configure an interface when being activated.
authorRoy Marples <roy@marples.name>
Sun, 10 Dec 2023 07:34:19 +0000 (07:34 +0000)
committerRoy Marples <roy@marples.name>
Thu, 14 Dec 2023 22:56:00 +0000 (22:56 +0000)
commit411e6539fd242224b320782eac4b4769f13a81fe
treed6fc3f96f663bf65ffab8a0e7a9b7eeaa24a6aff
parent0a0bbfe74eb2dda8a4594a7a3547dd73456a0df0
Fully configure an interface when being activated.

We need the full configuration - for example dhcpcd.conf
might have environment options for the hooks for the interface
being activated.

Because we now guard against starting protocols with IF_ACTIVE_USER
this is safe.

Fixes #257.
src/dhcpcd.c
src/if-options.c
src/if-options.h