CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/10/10 03:56:32
Modified files: sys/dev/usb : if_umb.c Log message: Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO and MBIM_IPCONF_HAS_GWINFO are available. Configuring umb(4) without gateway wont work the system needs a destination address for the interface. Problem found by jsg@. OK jsg@ deraadt@