chiark / gitweb /
Add IP address address ACL representation and parser
authorDaniel Mack <daniel@zonque.org>
Thu, 3 Nov 2016 16:30:06 +0000 (17:30 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 21 Nov 2017 06:02:10 +0000 (07:02 +0100)
commit7c8473b165e5a0af8a85fc9b40bb9eb319e7554a
tree7f6ea518691c10b7513e4430a848df0230deb737
parentb605cf820c4831451fd009825a914d6f98045219
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.
meson.build
meson_options.txt
src/core/meson.build