]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - ip/ipxfrm.c
iproute2: parse flag XFRM_POLICY_ICMP
[lisovros/iproute2_canprio.git] / ip / ipxfrm.c
index 0c7aaad872a7b9906fbb1924c6bf74eea67bd33d..48a732f0306f5bc6a7792d3c0945d1db146a141d 100644 (file)
@@ -981,6 +981,7 @@ void xfrm_policy_info_print(struct xfrm_userpolicy_info *xpinfo,
 
                fprintf(fp, "flag ");
                XFRM_FLAG_PRINT(fp, flags, XFRM_POLICY_LOCALOK, "localok");
+               XFRM_FLAG_PRINT(fp, flags, XFRM_POLICY_ICMP, "icmp");
                if (flags)
                        fprintf(fp, "%x", flags);
        }