systemd: add IP TOS field to --dump-configuration-items output

This commit is contained in:
Lennart Poettering 2010-07-01 16:34:26 +02:00
parent 46925ac5a8
commit 8b03daeb58

View file

@ -1392,7 +1392,8 @@ static void dump_items(FILE *f, const ConfigItem *items) {
{ config_parse_timer_unit, "NAME" },
{ config_parse_path_spec, "PATH" },
{ config_parse_path_unit, "UNIT" },
{ config_parse_notify_access, "ACCESS" }
{ config_parse_notify_access, "ACCESS" },
{ config_parse_ip_tos, "TOS" },
};
assert(f);