summaryrefslogtreecommitdiffstats
path: root/src/nf-log.c
Commit message (Collapse)AuthorAgeFilesLines
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-071-9/+46
| | | | | | | | | | | | | | Split the nfnetlink_log code into two seperate objects, "netfilter/log" to represent logging instances and "netfilter/log_msg" to represent log messages. Also perform some function name unification for consistency with other libnl object types, mainly renaming nfnl_log_build_*_msg to nfnl_log_build_*_request. This changes the API in an incompatible way, but since this feature is new and the libnl netfilter headers haven't been installed so far, there shouldn't be any users affected by this. Signed-off-by: Patrick McHardy <kaber@trash.net>
* Initial importThomas Graf2007-09-141-0/+142