Comment 3 for bug 1673911

Revision history for this message
Paul Greenberg (greenpau) wrote :

The issues got resolved when I installed the `exabgp` from Github. Before, I used `exabgp` from `pip install`.

```
cd ~ && git clone https://github.com/Exa-Networks/exabgp.git
cd ~/exabgp && git log

commit 15dfe038d41e0c2c2622bd4e28d548a7b248a02d
Merge: 0067c0e 88ef753
Author: Vincent Bernat <email address hidden>
Date: Thu Mar 16 15:07:20 2017 +0100

    Merge pull request #587 from aj-gh/healthcheck-dynip-fix

    healthcheck.py: Fix nonexistent option name - ips_deleted vs. ip_dynamic
```

Finally:

```
cd ~/exabgp && python setup.py install
```

Now, no failures:

```
# bagpipe-bgp --version
bagpipe-bgp 6.0.1.dev68
#
```