chiark / gitweb /
systemd: add IP TOS field to --dump-configuration-items output
[elogind.git] / src / load-fragment.c
index 12f76179655d1c4a65bc6749e8809ed9218efbba..ce468734a2329765accf879b758113046a8158d9 100644 (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);