commit | 63a330d317a9edf6b3443d579e7f03c46b64a8ed | [log] [tgz] |
---|---|---|
author | Varun Patil <varunpatil@ucla.edu> | Wed May 18 14:23:13 2022 -0700 |
committer | Saurab Dulal <dulal.saurab@gmail.com> | Thu Jul 28 14:29:12 2022 -0700 |
tree | 052fb49e2c1a2bffc3c5e649f7a2eb278717602d | |
parent | d8e6b8e508beb32d1e898cb9330083c9b7816499 [diff] [blame] |
Add static routes to NFDs in parallel This allows setting up static routing in large topologies in a reasonable time. Some timer values are also reduced, seems to work fine to me Change-Id: I112cfd216615a100db6dc18182db40ba614d83e6
diff --git a/requirements.txt b/requirements.txt index 5c0596f..6e2edbd 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -1,3 +1,4 @@ python-igraph setuptools -tqdm \ No newline at end of file +tqdm +joblib