netdev implementation for FreeBSD
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 25 Jul 2012 20:51:05 +0000 (22:51 +0200)
committerBen Pfaff <blp@nicira.com>
Thu, 26 Jul 2012 23:21:48 +0000 (16:21 -0700)
commitf6eb6b202533ad393b8d1d8e6ae6e502cbf19caf
tree95c1b5ef8a94591c7c3e89232d734922e766fd04
parent22dd5cecefe4452900f5e0df82bf63a849004589
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>
23 files changed:
INSTALL [moved from INSTALL.Linux with 91% similarity]
INSTALL.KVM
INSTALL.Libvirt
INSTALL.RHEL
INSTALL.SSL
INSTALL.XenServer
INSTALL.bridge
INSTALL.userspace
Makefile.am
NEWS
NOTICE
README
acinclude.m4
configure.ac
debian/copyright.in
lib/automake.mk
lib/netdev-bsd.c [new file with mode: 0644]
lib/netdev-provider.h
lib/netdev.c
lib/route-table.h
lib/rtbsd.c [new file with mode: 0644]
lib/rtbsd.h [new file with mode: 0644]
ofproto/ofproto-dpif-sflow.c