chiark / gitweb /
conf-parse: add a generic config_parse_mtu() conf file parser function
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Apr 2018 14:31:17 +0000 (16:31 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commitaacb0f10c4ac1a62e3cc203e1427e2f99267d300
tree19fffde7e36237cd3b6908aa89c0f05e2af1df61
parent4c3d43ed2482df213a77abd68b17af149baf9a55
conf-parse: add a generic config_parse_mtu() conf file parser function

It's mostly a wrapper around parse_mtu() but with some nicer logging.

The address family is initialized from the "ltype" parameter, so that
configuration file parser tables can be easily declare it.
src/shared/conf-parser.c
src/shared/conf-parser.h