Have you considered putting this earlier up in the output, where the
mark is printed as well?

+       if (tb[XFRMA_OUTPUT_MARK]) {
+ __u32 output_mark = rta_getattr_u32(tb[XFRMA_OUTPUT_MARK]);
+
+ fprintf(fp, "\toutput-mark 0x%x %s", output_mark, _SL_);
+       }
 }

If you wanted to implement the suggestion above, I think you could do
that by moving this code into xfrm_xfrma_print.


Hi Lorenzo

I have updated it now in v2.

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Reply via email to