9 Mar 2009 10:54
Re: Noob Question
Stephane Bortzmeyer <bortzmeyer <at> nic.fr>
2009-03-09 09:54:23 GMT
2009-03-09 09:54:23 GMT
On Mon, Mar 09, 2009 at 10:49:02AM +0100, Alexander List <alex <at> list.priv.at> wrote a message of 15 lines which said: > This assumption (Perl/Python easily installable) might not hold for > embedded systems with small memory/storage footprint. Think wireless > routers, think OpenWRT. We are talking about network management tools. You do not run them on the router itself... _______________________________________________ Toolmakers mailing list Toolmakers <at> lists.isc.org https://lists.isc.org/mailman/listinfo/toolmakers
Yes, that should work.
I think I found another way:
/^ .* route-map / {
match($0, /route-map ([A-Za-z0-9_\-]+)/, arr);
ref[router " route-map " arr[1]] = 1;
next;
}
P.S
It is a shame that we will each do the same work on his own.
Did you do many changes in filter_audit.awk file ?
I plan to finish my changes and send to the author so it can be
published as newer version.
I also try to be as reliable to the original as possible.
Yuval
RSS Feed