fedy85

Results 3 issues of fedy85

Dear, I always get Segmentation fault when I run your xvlan example. I use Ubuntu 18.04.6 LTS with 4.15.0-159-generic kernel. dmesg says [ 5368.166617] igb 0000:0b:00.2: removed PHC on eth4...

The library doesn't accept new templates from packet, where are flows and templates together (as for example Cisco ASR 1002-X does for NAT logging). Easy fix woud be to split...

https://github.com/jazzband/django-redis/blob/ad9cc78dbfc400a5b89b1ba2287000c7a7e3e8c4/django_redis/serializers/msgpack.py#L13 New msgpack from version 1.0.0 has strict_map_key=True, so exception for int casting for value is thrown when using Django Redis cache here https://github.com/jazzband/django-redis/blob/master/django_redis/client/default.py#L482 Fast fix for me was to...