CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/11/20 03:16:25
Modified files: sys/net : if.c Log message: Do not fail if an interface is DOWN when calling ifpromisc(). As soon as the interface will be brough UP, its device driver will recognize it has the IFF_PROMISC flag and will configure its filters accordingly. ok visa@