| Summary: | dhclient-script not working right with if_urndis/ue0 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Michael <michael.hmich> |
| Component: | bin | Assignee: | freebsd-net (Nobody) <net> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | zlei |
| Priority: | --- | Keywords: | needs-patch, needs-qa |
| Version: | 13.1-STABLE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
| URL: | https://github.com/freebsd/freebsd-src/tree/main/sbin/dhclient | ||
|
Description
Michael
2022-04-24 19:23:48 UTC
I added this block to devd.conf
notify 0 {
match "system" "IFNET";
device-name "ue0";
action "service dhclient quietstart $device-name";
};
and it is working now
certainly a workaround for me, but I think that should be in there by default
|