* Re: [LARTC] Flush the table and start over?
2001-06-09 0:29 [LARTC] Flush the table and start over? streeterk
@ 2001-06-09 1:22 ` James A. Crippen
0 siblings, 0 replies; 2+ messages in thread
From: James A. Crippen @ 2001-06-09 1:22 UTC (permalink / raw)
To: lartc
On Fri, 8 Jun 2001, streeterk wrote:
> I think I have mad a nice mess of things and would like to flush the
> tables and start fresh. I can not find ant refrence to a flush
> command. Is there one?? Thanks, Kurt
What do you want to flush? The route tables? The traffic control
hierarchy?
To remove the traffic control configuration you can do a
tc qdisc del dev <interface> root
for every interface that you've configured traffic control on. Removing
the root qdisc on any interface will remove the rest of the configuration
tree for that interface.
To flush route tables you can look in the iproute2 documentation, page 31,
for the 'ip route flush' command. There's no help for you on the command
line, other than what you get from 'ip route help'.
HTH, HAND.
'james
--
James A. Crippen <james@unlambda.com> ,-./-. Anchorage, Alaska,
Lambda Unlimited: Recursion 'R' Us | |/ | USA, 61.2069 N, 149.766 W,
Y = \f.(\x.f(xx)) (\x.f(xx)) | |\ | Earth, Sol System,
Y(F) = F(Y(F)) \_,-_/ Milky Way.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 2+ messages in thread