pub fn qdisc_add_clsact(if_name: &str) -> Result<(), Error>
Expand description

Add the clasct qdisc to the given interface.

The clsact qdisc must be added to an interface before SchedClassifier programs can be attached.