Show a cover letter.

GET /api/covers/808701/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 808701,
    "url": "http://patchwork.ozlabs.org/api/covers/808701/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170901140809.13230-1-phil@nwl.cc/",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170901140809.13230-1-phil@nwl.cc>",
    "list_archive_url": null,
    "date": "2017-09-01T14:08:07",
    "name": "[iproute,0/2] Fix and enhance link_gre6",
    "submitter": {
        "id": 4285,
        "url": "http://patchwork.ozlabs.org/api/people/4285/?format=api",
        "name": "Phil Sutter",
        "email": "phil@nwl.cc"
    },
    "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170901140809.13230-1-phil@nwl.cc/mbox/",
    "series": [
        {
            "id": 1037,
            "url": "http://patchwork.ozlabs.org/api/series/1037/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1037",
            "date": "2017-09-01T14:08:09",
            "name": "Fix and enhance link_gre6",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/1037/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/808701/comments/",
    "headers": {
        "Return-Path": "<netdev-owner@vger.kernel.org>",
        "X-Original-To": "patchwork-incoming@ozlabs.org",
        "Delivered-To": "patchwork-incoming@ozlabs.org",
        "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xkLgf5mxTz9t2d\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat,  2 Sep 2017 00:08:30 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752140AbdIAOI3 (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tFri, 1 Sep 2017 10:08:29 -0400",
            "from orbyte.nwl.cc ([151.80.46.58]:50245 \"EHLO mail.nwl.cc\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1752031AbdIAOI2 (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tFri, 1 Sep 2017 10:08:28 -0400",
            "from mail.nwl.cc (orbyte.nwl.cc [127.0.0.1])\n\tby mail.nwl.cc (Postfix) with ESMTP id 305AD65A5E;\n\tFri,  1 Sep 2017 16:08:27 +0200 (CEST)",
            "from xsao (localhost [IPv6:::1])\n\tby mail.nwl.cc (Postfix) with ESMTP id 15C44644CF;\n\tFri,  1 Sep 2017 16:08:27 +0200 (CEST)"
        ],
        "From": "Phil Sutter <phil@nwl.cc>",
        "To": "Stephen Hemminger <stephen@networkplumber.org>",
        "Cc": "netdev@vger.kernel.org",
        "Subject": "[iproute PATCH 0/2] Fix and enhance link_gre6",
        "Date": "Fri,  1 Sep 2017 16:08:07 +0200",
        "Message-Id": "<20170901140809.13230-1-phil@nwl.cc>",
        "X-Mailer": "git-send-email 2.13.1",
        "X-Virus-Scanned": "ClamAV using ClamSMTP",
        "Sender": "netdev-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<netdev.vger.kernel.org>",
        "X-Mailing-List": "netdev@vger.kernel.org"
    },
    "content": "Changing a tunnel's flowlabel value was broken if it was set to a\nnon-zero value before. Since the same problem existed for tclass, patch\n1 fixes both instances at once.\n\nPatch 2 enhances 'ip link show' to also print the tclass value. This\nchange was necessary to properly test the first patch's result.\n\nPhil Sutter (2):\n  link_gre6: Fix for changing tclass/flowlabel\n  link_gre6: Print the tunnel's tclass setting\n\n ip/link_gre6.c | 11 ++++++++++-\n 1 file changed, 10 insertions(+), 1 deletion(-)"
}