{
    "content": [
        {
            "type": "text",
            "text": "# ip-addrlabel (man)\n\n## NAME\n\nip-addrlabel - protocol address label management\n\n## SYNOPSIS\n\nip addrlabel  { COMMAND | help }\nip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]\nip addrlabel { list | flush }\n\n## DESCRIPTION\n\nIPv6 address labels are used for address selection; they are described in RFC 3484. Prece‐\ndence is managed by userspace, and only the label itself is stored in the kernel.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (4 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ip-addrlabel",
        "section": "",
        "mode": "man",
        "summary": "ip-addrlabel - protocol address label management",
        "synopsis": "ip addrlabel  { COMMAND | help }\nip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]\nip addrlabel { list | flush }",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ip",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ip/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": [
                    {
                        "name": "ip addrlabel add - add an address label",
                        "lines": 10
                    },
                    {
                        "name": "ip addrlabel del - delete an address label",
                        "lines": 3
                    },
                    {
                        "name": "ip addrlabel list - list address labels",
                        "lines": 2
                    },
                    {
                        "name": "ip addrlabel flush - flush address labels",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ip-addrlabel - protocol address label management\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ip addrlabel  { COMMAND | help }\n\nip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]\n\nip addrlabel { list | flush }\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "IPv6 address labels are used for address selection; they are described in RFC 3484. Prece‐\ndence is managed by userspace, and only the label itself is stored in the kernel.\n\n",
                "subsections": [
                    {
                        "name": "ip addrlabel add - add an address label",
                        "content": "add an address label entry to the kernel.\n\nprefix PREFIX\n\ndev DEV\nthe outgoing interface.\n\nlabel NUMBER\nthe label for the prefix.  0xffffffff is reserved.\n"
                    },
                    {
                        "name": "ip addrlabel del - delete an address label",
                        "content": "delete an address label entry from the kernel.  Arguments: coincide with the arguments of ip\naddrlabel add but the label is not required.\n"
                    },
                    {
                        "name": "ip addrlabel list - list address labels",
                        "content": "list the current address label entries in the kernel.\n"
                    },
                    {
                        "name": "ip addrlabel flush - flush address labels",
                        "content": "flush all address labels in the kernel. This does not restore any default settings.\n\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "ip(8)\n\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Manpage by Yoshifuji Hideaki / 吉藤英明\n\n\n\niproute2                                     20 Dec 2011                             IP-ADDRLABEL(8)",
                "subsections": []
            }
        }
    }
}