xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode
[linux-2.6-microblaze.git] / net / core / lwtunnel.c
index 9ccd64e..6fac2f0 100644 (file)
@@ -50,6 +50,7 @@ static const char *lwtunnel_encap_str(enum lwtunnel_encap_types encap_type)
                return "IOAM6";
        case LWTUNNEL_ENCAP_IP6:
        case LWTUNNEL_ENCAP_IP:
+       case LWTUNNEL_ENCAP_XFRM:
        case LWTUNNEL_ENCAP_NONE:
        case __LWTUNNEL_ENCAP_MAX:
                /* should not have got here */