Thomas Graf
Thomas Graf
There is no way to remove individual classes right now. A good improvement would probably be to hide unused classes altogether.
It would be ideal to have a BSD guy comment on this. Looking at: https://opensource.apple.com/source/xnu/xnu-792.13.8/bsd/net/if_var.h ``` struct if_data { /* generic interface information */ unsigned char ifi_type; /* ethernet, tokenring,...
@stevenc99 The `ifi_typelen` is protected by `__APPLE__`, the quota members are not which lead me to the conclusion that there is likely a better fitting feature define.
@michael2009 Is this using the latest master?
Yes, you can run `bmon -i netlink:notc`
`bmon -o 'curses:details;info'`
@michael2009 I've been trying to reproduce the issue but can't so far. I've pushed a possible fix to master 7317715e157027d103abfd31337a0337112c77f0. Does it resolve the segfault for you? If not, does...
I've pushed commit f9c714fa1503179896c55ccb5f918e6c5d6cd5f5 which might fix this. I couldn't reproduce the corruption itself but found another related issue which could cause this as well.
https://en.wikipedia.org/wiki/Bandwidth_(computing)
Added new -b/--use-bit option to git tree. Let me know how that works.