opnsense-src/tools/tools/netmap
Sean Bruno a3afd05ce4 Use the buildworld includes and defaults when building pkt-gen. This will
mean that you need a world built to reliably build pkg-gen but this keeps
the build from failing when your source doesn't match your host running
version, e.g. building 12 on 11.

Submitted by:	Matt Macy <mmacy@nextbsd.org>
MFC after:	2 weeks
Sponsored by:	Limelight Networks
2017-03-08 17:29:40 +00:00
..
bridge.c Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00
ctrs.h Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00
Makefile Use the buildworld includes and defaults when building pkt-gen. This will 2017-03-08 17:29:40 +00:00
nmreplay.8 Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00
nmreplay.c Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00
pkt-gen.8 Add a manual page for pkt-gen. 2016-05-01 17:55:45 +00:00
pkt-gen.c Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00
README This new version of netmap brings you the following: 2014-02-15 04:53:04 +00:00
vale-ctl.c Import the current version of netmap, aligned with the one on github. 2016-10-16 14:13:32 +00:00

$FreeBSD$

This directory contains examples that use netmap

	pkt-gen		a packet sink/source using the netmap API

	bridge		a two-port jumper wire, also using the native API

	vale-ctl	the program to control VALE bridges