[Bug 263534] dhclient-script not working right with if_urndis/ue0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263534] dhclient-script not working right with if_urndis/ue0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 12:06:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263534
--- Comment #1 from Michael <michael.hmich@gmail.com> ---
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
--
You are receiving this mail because:
You are the assignee for the bug.