]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add IP address address ACL representation and parser
authorDaniel Mack <daniel@zonque.org>
Thu, 3 Nov 2016 16:30:06 +0000 (17:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:24:54 +0000 (15:24 +0200)
commitb36672e072e32060d6c25acfb51e409bc617b754
tree03ed77f636deca027db5417c6da88bd804d92817
parent71e5200f94b22589922704aa4abdf95d4fe2e528
Add IP address address ACL representation and parser

Add a config directive parser that takes multiple space separated IPv4
or IPv6 addresses with optional netmasks in CIDR notation rvalue and
puts a parsed version of it to linked list of IPAddressAccessItem objects.
The code actually using this will be added later.
src/core/ip-address-access.c [new file with mode: 0644]
src/core/ip-address-access.h [new file with mode: 0644]
src/core/meson.build