{
    "content": [
        {
            "type": "text",
            "text": "# ip-addrlabel(8) (man)\n\n**Summary:** ip-addrlabel - protocol address label management\n\n**Synopsis:** ip addrlabel  { COMMAND | help }\nip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]\nip addrlabel { list | flush }\n\n## See Also\n\n- ip(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (7 lines)\n- **DESCRIPTION** (4 lines) — 4 subsections\n  - ip addrlabel add - add an address label (10 lines)\n  - ip addrlabel del - delete an address label (3 lines)\n  - ip addrlabel list - list address labels (2 lines)\n  - ip addrlabel flush - flush address labels (3 lines)\n- **SEE ALSO** (3 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nip-addrlabel - protocol address label management\n\n### SYNOPSIS\n\nip addrlabel  { COMMAND | help }\n\nip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ]\n\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#### ip addrlabel add - add an address label\n\nadd 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\n#### ip addrlabel del - delete an address label\n\ndelete an address label entry from the kernel.  Arguments: coincide with the arguments of ip\naddrlabel add but the label is not required.\n\n#### ip addrlabel list - list address labels\n\nlist the current address label entries in the kernel.\n\n#### ip addrlabel flush - flush address labels\n\nflush all address labels in the kernel. This does not restore any default settings.\n\n### SEE ALSO\n\nip(8)\n\n### AUTHOR\n\nManpage by Yoshifuji Hideaki / 吉藤英明\n\n\n\niproute2                                     20 Dec 2011                             IP-ADDRLABEL(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ip-addrlabel",
        "section": "8",
        "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 }",
        "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": []
            }
        ]
    }
}