You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As dhcpv4 is a default feature, it is easy to forget that it is set. If one sets HERMIT_IP (orHERMIT_GATEWAY/HERMIT_MASK) with dhcpv4 enabled, the value from the environment is ignored.
I suggest emitting a warning if dhcpv4 is enabled and HERMIT_IP, HERMIT_GATEWAY, or HERMIT_MASK is set.
As
dhcpv4
is a default feature, it is easy to forget that it is set. If one setsHERMIT_IP
(orHERMIT_GATEWAY
/HERMIT_MASK
) with dhcpv4 enabled, the value from the environment is ignored.I suggest emitting a warning if
dhcpv4
is enabled andHERMIT_IP
,HERMIT_GATEWAY
, orHERMIT_MASK
is set.(Probably just needs a few lines in
kernel/src/executor/device.rs
Line 43 in 285f28a
The text was updated successfully, but these errors were encountered: