[doc] add ipaddress bug note

This commit is contained in:
Nico Schottelius 2019-02-23 18:03:35 +01:00
parent 5903529c0e
commit c2133dc40f
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
| 2019-02-23 | python2 / ipaddress is buggy | |
| | p4utils is python2 only support | |
| | bmpy_utils is not installable with pip | |
| | python2 / latest ipaddress==1.0.22 still has the bug | |
| | ipaddress.ip_network("2001:db8:61::/64") | |
| | IPv6Network(u'3230:3031:3a64:6238:3a36:313a:3a2f:3634/128') | |
| | | |
| | | |
| | | |
| 2019-02-28 | Meet Laurent #2 | |
| | - Parser for all protocols (udp,tcp,icmp,icmp6) | |