commit | dfa13bdd0276ef0b755693500891baa2a735bfd8 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Fri Mar 24 21:40:10 2017 -0700 |
committer | Charles Chan <charles@onlab.us> | Tue Mar 28 04:02:18 2017 +0000 |
tree | 9d4392fce88d0b3186355b17abddcd2f93e000b4 | |
parent | 76128b6de1ee7a5ee370cf7869edc51fcb33606d [diff] [blame] |
Make AS number and neighbors optional in BgpRouter Change-Id: Ib1af1a97b69e5aba52b234dd4a082eeacaa97f2a
diff --git a/routinglib.py b/routinglib.py index b7424ca..eab92c2 100644 --- a/routinglib.py +++ b/routinglib.py
@@ -310,7 +310,7 @@ """Quagga router running the BGP protocol.""" def __init__(self, name, interfaces, - asNum, neighbors, routes=[], + asNum=0, neighbors=[], routes=[], defaultRoute=None, quaggaConfFile=None, zebraConfFile=None,