{
    "content": [
        {
            "type": "text",
            "text": "# tc-basic (man)\n\n## NAME\n\nbasic - basic traffic control filter\n\n## SYNOPSIS\n\ntc filter ... basic [ match EMATCHTREE ] [ action ACTIONSPEC ] [ classid CLASSID ]\n\n## DESCRIPTION\n\nThe basic filter allows to classify packets using the extended match infrastructure.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "tc-basic",
        "section": "",
        "mode": "man",
        "summary": "basic - basic traffic control filter",
        "synopsis": "tc filter ... basic [ match EMATCHTREE ] [ action ACTIONSPEC ] [ classid CLASSID ]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "tc",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tc/8/json"
            },
            {
                "name": "tc-ematch",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tc-ematch/8/json"
            },
            {
                "name": "tc",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tc/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "basic - basic traffic control filter\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "tc filter ... basic [ match EMATCHTREE ] [ action ACTIONSPEC ] [ classid CLASSID ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The basic filter allows to classify packets using the extended match infrastructure.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "action ACTIONSPEC\nApply an action from the generic actions framework on matching packets.\n\nclassid CLASSID\nPush matching packets into the class identified by CLASSID.\n\nmatch EMATCHTREE\nMatch packets using the extended match infrastructure. See tc-ematch(8) for a detailed\ndescription of the allowed syntax in EMATCHTREE.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "tc(8), tc-ematch(8)\n\n\n\niproute2                                     21 Oct 2015                   Basic classifier in tc(8)",
                "subsections": []
            }
        }
    }
}