Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: bf7df7455dc7ddf3cf1a485864fbac54ae9532cb
https://github.com/kronosnet/kronosnet/commit/bf7df7455dc7ddf3cf1a485864fba…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-14 (Thu, 14 Feb 2019)
Changed paths:
M libknet/links.c
M libknet/links_acl.c
M libknet/links_acl.h
M libknet/tests/int_links_acl.c
Log Message:
-----------
[access lists] automatically add and remove point to point access lists
those are not used just yet.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>