aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>2012-07-25 22:51:05 +0200
committerBen Pfaff <blp@nicira.com>2012-07-26 16:21:48 -0700
commitf6eb6b202533ad393b8d1d8e6ae6e502cbf19caf (patch)
tree95c1b5ef8a94591c7c3e89232d734922e766fd04 /configure.ac
parent22dd5cecefe4452900f5e0df82bf63a849004589 (diff)
netdev implementation for FreeBSD
This patch adds new netdev classes that implement "system" and "tap" devices on FreeBSD using the libpcap library. This enables the use of the "netdev" datapath_type of Open vSwitch on FreeBSD. Signed-off-by: Gaetano Catalli <gaetano.catalli@gmail.com> Signed-off-by: Ed Maste <emaste@adaranet.com> Signed-off-by: Giuseppe Lettieri <g.lettieri@iet.unipi.it> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6006766d..b18b2596 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AC_SYS_LARGEFILE
AC_SEARCH_LIBS([pow], [m])
AC_SEARCH_LIBS([clock_gettime], [rt])
AC_SEARCH_LIBS([timer_create], [rt])
+AC_SEARCH_LIBS([pcap_open_live], [pcap])
OVS_CHECK_COVERAGE
OVS_CHECK_NDEBUG