netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iproute2 tc: Print qdisc, stats, class, filter info to string rather than FILE
@ 2015-01-07 21:53 Vadim Kochan
  2015-01-07 22:13 ` Florian Westphal
  2015-01-07 23:08 ` Stephen Hemminger
  0 siblings, 2 replies; 7+ messages in thread
From: Vadim Kochan @ 2015-01-07 21:53 UTC (permalink / raw)
  To: netdev; +Cc: vadim4j

Hi,

I'd like to make possible to generate plot info about class hierarchy
with qdisc, filters, stats info, but I see that all this staffs are
printed to 'FILE *fp' which makes this hard to implement and seems to me
that it should be changed to be printed to 'char *s' (memory safety
should be considered by asprintf or similar), so this is a big change
but all this is possible and I ready to do it, but before do it I'd like
to ask if this could be acceptable as idea.

BUT maybe someone can advise me easier solution ?

Regards,

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-08  1:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 21:53 iproute2 tc: Print qdisc, stats, class, filter info to string rather than FILE Vadim Kochan
2015-01-07 22:13 ` Florian Westphal
2015-01-07 22:12   ` Vadim Kochan
2015-01-07 23:08 ` Stephen Hemminger
2015-01-07 23:46   ` Vadim Kochan
2015-01-08  0:06     ` Thomas Graf
2015-01-08  1:02       ` Vadim Kochan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).