You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a systematic issue to use only trace IPv4 family for tcpconnect and network performance tools.
A python error code notices that ipv6 structs are undefined...
So I am not able to use network tools because my kernel do not compile conf_ipv6. Is it normal?
Network BCC tools hard depends on CONF_IPV6 ? It wasn't written to readme requierments so I am asking if they is a way to do it without this dependency. Perhaps I can rewrite your python codes to exclude ipv6 support.
BCC is an amazing tools suites. Good continuation.
Best regard,
The text was updated successfully, but these errors were encountered:
You've provided options to monitor only ipv4 kernel socket but to bcc compile only ipv4 wasn't actually supported. Ipv4 only has to be propagate to kernel without ipv6 headers.
I have experimented and tested ok on my branch. I will fullfill it for all network BCC monitoring application.
I have noticed that bcc source code is not factorised. For example, struct ipv4_data_t is redefined in all source tcp*.py and is sometimes heterogeneously defined. Same for ipv6 struct definition. I think you can do better.
Ofcourse these options have to be used. Currently, if -4 is used , bcc try to compile ipv6 headers for monitoring stats too, and then python scripts display only ipv4 stats.
Remember my case, my kernel config_ipv6 is not set.
Just a question, tools/tcp*.py are they template or official tools for users?
I have a systematic issue to use only trace IPv4 family for tcpconnect and network performance tools.
A python error code notices that ipv6 structs are undefined...
So I am not able to use network tools because my kernel do not compile conf_ipv6. Is it normal?
Network BCC tools hard depends on CONF_IPV6 ? It wasn't written to readme requierments so I am asking if they is a way to do it without this dependency. Perhaps I can rewrite your python codes to exclude ipv6 support.
BCC is an amazing tools suites. Good continuation.
Best regard,
The text was updated successfully, but these errors were encountered: