]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/m_ife.c
tc: flower: support multiple MPLS LSE match
[mirror_iproute2.git] / tc / m_ife.c
index 7c612c02d0c9c2e0c4965331247d63ae67bd313e..6a85e087ede1cc2c4085d0c51abb54218fc257aa 100644 (file)
@@ -311,7 +311,7 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
                                         sizeof(b2)));
        }
 
-       print_string(PRINT_FP, NULL, "%s", _SL_);
+       print_nl();
        print_uint(PRINT_ANY, "index", "\t index %u", p->index);
        print_int(PRINT_ANY, "ref", " ref %d", p->refcnt);
        print_int(PRINT_ANY, "bind", " bind %d", p->bindcnt);
@@ -324,7 +324,7 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
                }
        }
 
-       print_string(PRINT_FP, NULL, "%s", _SL_);
+       print_nl();
 
        return 0;
 }