summaryrefslogtreecommitdiff
path: root/lib/npf/ext_log
AgeCommit message (Collapse)Author
2018-09-29NPF: Major rework -- migrate NPF to the libnv library.rmind
- This conversion significantly simplifies the code and moves NPF to a binary serialisation format (replacing the XML-like format). - Fix some memory/reference leaks and possibly use-after-free bugs. - Bump NPF_VERSION as this change makes libnpf incompatible with the previous versions. Also, different serialisation format means NPF connection/config saving and loading is not compatible with the previous versions either. Thanks to christos@ for extra testing.
2013-03-11fix error message and type of if_idxchristos
2013-03-11fix error messagechristos
2013-03-11auto-create the log interface and bring it up.christos
2013-03-10- rename ext_normalise to ext_normalizechristos
- move modules to from /usr/lib to /lib - centralize make rules
2012-12-09Make the compat libs of npf extension shared libraries go to thespz
compat directories instead of overwriting the arch native libs. Also, make sure the compat directories get created. Tested on amd64.
2012-09-16Implement dynamic NPF extensions interface. An extension consists ofrmind
dynamically loaded module (.so) supplementing npfctl(8) and a kernel module. Move normalisation and logging functionality into their own extensions. More improvements to come.