CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/10/02 17:38:32
Modified files: sys/arch/armv7/omap: if_cpsw.c Log message: Set IFCAP_VLAN_MTU capability in cpsw(4). Avoids "ifconfig: SIOCSETVLAN: No buffer space available" when creating vlan interfaces without first lowering the mtu. Reported by Steven Chamberlain, diagnosed by mikeb@, patch from Brad. ok bmercer@