Added libpcap dependency and --with-libpcap configure flag to support ip address learning

This commit is contained in:
Aycan iRiCAN 2014-10-27 18:34:41 +02:00
parent 4a58f4da53
commit aecc62921e

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gnutls, devicemapper, perl, python
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
, dnsmasq, libnl
, dnsmasq, libnl, libpcap
, pythonPackages
}:
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
"--with-init-script=redhat"
"--with-macvtap"
"--with-virtualport"
"--with-libpcap"
];
installFlags = [