Branch: refs/heads/acl
Home:
https://github.com/kronosnet/kronosnet
Commit: 54f1e22e3542b804b238f83cfb3363c074b2dd43
https://github.com/kronosnet/kronosnet/commit/54f1e22e3542b804b238f83cfb336…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M libknet/internals.h
M libknet/links_acl.c
M libknet/links_acl.h
M libknet/tests/int_links_acl.c
Log Message:
-----------
[access lists] make code more generic to accept more than IP protocol and start to bind
it to each fd
access lists are unique per file descriptor, each fd can have its own protocol and list.
remane around ipcheck* with check* to be more generic.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>