CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/09/27 08:58:07
Modified files: sys/dev/usb : if_umb.c Log message: Make umb(4) add a default route when configuring the interface. This route has a lower priority than wifi or wired LAN and so should only be used when no other interface is available. With this using umb(4) becomes less painful Now ifconfig umb0 up will be enough especially if unwind(8) is used to handle DNS requests. OK deraadt@ job@ benno@