Peter Saveliev
Peter Saveliev
Yep, why not if it helps.
Preparing 0.6.7 to be tagged tonight.
@carloslockward , during tests I've found a critical issue: https://github.com/svinota/pyroute2/issues/883 Tagging 0.6.7 as promised, but 0.6.8 fixing the issue is on the way and will be available this week.
I reopened the issue. Thanks for keeping an eye on that!
@carloslockward may I ask you what kind of architecture do you use? Or at least is it BE or LE?
@carloslockward if it is possible, could you please run the same on `NDB(log='debug')`, and send the full log — but before pls check if there is no sensitive IP address...
related code: ```c // include/uapi/linux/if_tunnel.h #define TUNNEL_CSUM __cpu_to_be16(0x01) #define TUNNEL_ROUTING __cpu_to_be16(0x02) #define TUNNEL_KEY __cpu_to_be16(0x04) #define TUNNEL_SEQ __cpu_to_be16(0x08) #define TUNNEL_STRICT __cpu_to_be16(0x10) #define TUNNEL_REC __cpu_to_be16(0x20) #define TUNNEL_VERSION __cpu_to_be16(0x40) #define TUNNEL_NO_KEY __cpu_to_be16(0x80) #define...
Let me investigate a bit. Never tried yet, so we'll see.
Yep, investigating.
Documentation for the `tc` part in the library is a real mess for now :| Ok, but anyways. You can add `pie` or `red` qdiscs with some default parameters simply...