From c2133dc40fb6f793b872b624bfdd27aa6bab6abe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 23 Feb 2019 18:03:35 +0100 Subject: [PATCH] [doc] add ipaddress bug note --- doc/plan.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/plan.org b/doc/plan.org index d22a5d4..a3935f6 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -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) | |