Bug 228987 - Ifconfig -alias panics kernel (RPi3)
Summary: Ifconfig -alias panics kernel (RPi3)
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Devin Teske
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 14:36 UTC by Rodney W. Grimes
Modified: 2021-06-18 12:17 UTC (History)
4 users (show)

See Also:


Attachments
RPi3 panic during dhclient (14.68 KB, text/plain)
2018-06-13 17:37 UTC, Diane Bruce
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rodney W. Grimes freebsd_committer freebsd_triage 2018-06-13 14:36:20 UTC
ifconfig -alias panics RPi3 kernel when called from this section of dhclient-script

delete_old_address() {
        eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
}
per Diane Bruce

Collecting additional information and hope to be able to duplicate this locally.

This is the second bug mentioned in PR 228929
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2018-06-13 17:37:52 UTC
Created attachment 194230 [details]
RPi3 panic during dhclient

The dhchpd server is set to always return the same address to this RPi3. I can experiment with that turned off later today if needed.