Compile netdev on dragonfly (#314)

* Compile netdev on dragonfly

* Only run netdev bsd test on bsd

* Update README.md
This commit is contained in:
stuart nelson 2016-09-27 22:44:13 +02:00 committed by Brian Brazil
commit ef1925db7d
4 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,7 @@
// limitations under the License.
// +build !nonetdev
// +build freebsd dragonfly
package collector

View file

@ -11,6 +11,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !nonetdev
// +build freebsd dragonfly
package collector
import "testing"

View file

@ -12,7 +12,7 @@
// limitations under the License.
// +build !nonetdev
// +build linux freebsd openbsd
// +build linux freebsd openbsd dragonfly
package collector