Re: tc/tcng default config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Hello List,

Hi Bob,

>If I implement something on a firewall using tc and the network goes
>for poop, how do I get it back to the default set up?

You probably start with adding qdisc:
tc qdisc add dev $IF root handle 1: htb default XX
... then you add classes and filters

You can undo all of this by deleting qdisc:
tc qdisc del dev $IF root

If you use ifb and ingress qdiscs, cleanup may get a bit more
complicated.

Regards,
Marek
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux