]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/m_ife.c
rdma: Properly mark RDMAtool license
[mirror_iproute2.git] / tc / m_ife.c
index 5320e94dbd48896e8e5950da55e634ce99835dfa..2bf9f2047b46df7e6ce15351011b488fffb384ab 100644 (file)
@@ -240,14 +240,14 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
        p = RTA_DATA(tb[TCA_IFE_PARMS]);
 
        print_string(PRINT_ANY, "kind", "%s ", "ife");
-       print_string(PRINT_ANY, "mode", "%s",
+       print_string(PRINT_ANY, "mode", "%s ",
                     p->flags & IFE_ENCODE ? "encode" : "decode");
        print_action_control(f, "action ", p->action, " ");
 
        if (tb[TCA_IFE_TYPE]) {
                ife_type = rta_getattr_u16(tb[TCA_IFE_TYPE]);
                has_optional = 1;
-               print_0xhex(PRINT_ANY, "type", "type 0x%X ", ife_type);
+               print_0xhex(PRINT_ANY, "type", "type %#llX ", ife_type);
        }
 
        if (has_optional)