No description
Find a file
Karl Hiramoto 27c505eb89 new feature nl_send_iovec(), nl_auto_complete() and code refactoring.
Create new function nl_send_iovec() to be used to send multiple 'struct iovec'
through the netlink socket.  This will be used for NF_QUEUE, to send
packet payload of a modified packet.

Refactor nl_send() to use nl_send_iovec() sending a single struct iovec.

Create new function nl_auto_complete() by refactoring nl_send_auto_complete(),
so other functions that call nl_send may also use nl_auto_complete()

Signed-off-by: Karl Hiramoto <karl@hiramoto.org>
2010-03-10 16:01:46 +01:00
doc CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
include new feature nl_send_iovec(), nl_auto_complete() and code refactoring. 2010-03-10 16:01:46 +01:00
lib new feature nl_send_iovec(), nl_auto_complete() and code refactoring. 2010-03-10 16:01:46 +01:00
m4 Move to automake-based build 2009-06-23 01:24:51 +02:00
src CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
tests - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00
.gitignore Move to automake-based build 2009-06-23 01:24:51 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-2.0.pc.in Move to automake-based build 2009-06-23 01:24:51 +02:00
Makefile.am Move to automake-based build 2009-06-23 01:24:51 +02:00