summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-11-03 17:30:06 +0100
committerSven Eden <yamakuzure@gmx.net>2017-11-21 07:02:10 +0100
commit7c8473b165e5a0af8a85fc9b40bb9eb319e7554a (patch)
tree7f6ea518691c10b7513e4430a848df0230deb737 /meson.build
parentb605cf820c4831451fd009825a914d6f98045219 (diff)
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index dea963aa8..ecc72c0fe 100644
--- a/meson.build
+++ b/meson.build
@@ -2474,7 +2474,6 @@ executable('elogind-cgroups-agent',
# public_programs += [exe]
# endif
#endif // 0
-
############################################################
foreach tuple : tests