]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/m_ctinfo.c
m_vlan: add pop_eth and push_eth actions
[mirror_iproute2.git] / tc / m_ctinfo.c
index 5e451f8752bf5907eed1affd3c853a2f9f760931..e5c1b43642a7c9acc60ae5945c31566431676a62 100644 (file)
@@ -238,7 +238,7 @@ static int print_ctinfo(struct action_util *au, FILE *f, struct rtattr *arg)
        print_hu(PRINT_ANY, "zone", "zone %u", zone);
        print_action_control(f, " ", ci->action, "");
 
-       print_string(PRINT_FP, NULL, "%s", _SL_);
+       print_nl();
        print_uint(PRINT_ANY, "index", "\t index %u", ci->index);
        print_int(PRINT_ANY, "ref", " ref %d", ci->refcnt);
        print_int(PRINT_ANY, "bind", " bind %d", ci->bindcnt);
@@ -256,7 +256,7 @@ static int print_ctinfo(struct action_util *au, FILE *f, struct rtattr *arg)
        if (show_stats)
                print_ctinfo_stats(f, tb);
 
-       print_string(PRINT_FP, NULL, "%s", _SL_);
+       print_nl();
 
        return 0;
 }