vitawasalreadytaken / tcviz

Visualize your Linux traffic control (TC) configuration.
MIT License
97 stars 21 forks source link

Add support for filters attached to inner classes; add edge [qdisc]->[default_class] #7

Closed iDawer closed 5 years ago

iDawer commented 5 years ago

Hi! man7.org/tc.8#FILTERS says filters can be attached to a class:

All filters attached to the class are called, until one of them returns with a verdict.

So I added support for it. And also added an edge showing default class for qdisc. Example: example

vitawasalreadytaken commented 5 years ago

Thanks a lot @iDawer!