[Python-modules-commits] [mrtparse] 04/06: Fix BGP attribute initialization

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 8 17:13:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository mrtparse.

commit 339549b71519ed136f1a3027e86e031c34f43d9b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Jan 8 18:07:46 2017 +0100

    Fix BGP attribute initialization
---
 mrtparse/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mrtparse/__init__.py b/mrtparse/__init__.py
index 41c5efa..1fff55f 100644
--- a/mrtparse/__init__.py
+++ b/mrtparse/__init__.py
@@ -1189,7 +1189,7 @@ class BgpAttr(Base):
         self.as4_aggr = None
         self.aigp = None
         self.attr_set = None
-        self.larg_comm = None
+        self.large_comm = None
         self.val = None
 
     def unpack(self, af=0):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mrtparse.git



More information about the Python-modules-commits mailing list