Skip to content

Commit

Permalink
ready for 3.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Aug 28, 2013
1 parent 718e2c0 commit 5c5bf23
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Presentation

Control your network using [BGP](http://www.ietf.org/rfc/rfc4271.txt) from any commodity servers and reap the benefit of software defined networking without [OpenFlow](http://www.wired.com/wiredenterprise/2012/04/going-with-the-flow-google/)

The list of supported RFC is available [here](http://code.google.com/p/exabgp/wiki/RFC)
The list of supported RFC is available [here](https://github.com/Thomas-Mangin/exabgp/wiki/RFC-Information)

Receive parsed BGP updates in a friendly form (plain text or JSON) and manipulate them with shell scripts, for example this [looking glass](https://code.google.com/p/gixlg/wiki/sample_maps) use ExaBGP, PHP and MySQL and let you see how a prefix is routed through your network.

Expand All @@ -21,7 +21,7 @@ These organisations told us they use ExaBGP :
[MICROSOFT](http://www.nanog.org/sites/default/files/wed.general.brainslug.lapukhov.20.pdf)
[DAILYMOTION](https://twitter.com/fgabut)
[BBC](http://www.bbc.co.uk/)
[WIKIMEDIA](https://code.google.com/p/exabgp/issues/detail?id=4)
[WIKIMEDIA](https://github.com/Thomas-Mangin/exabgp/issues/4)
[AMSIX](https://ripe64.ripe.net/presentations/49-Follow_Up_AMS-IX_route-server_test_Euro-IX_20th_RIPE64.pdf)
[NEO TELECOM](http://media.frnog.org/FRnOG_18/FRnOG_18-6.pdf)
[VIDEOPLATZA](http://www.videoplaza.com/wp-content/uploads/2013/04/Junior-Operations-Engineer-Spring-2013.pdf)
Expand Down Expand Up @@ -93,9 +93,10 @@ Keep up to date, follow our [**google community**](https://plus.google.com/u/0/c

Please consult any of :

* the [changelog](http://code.google.com/p/exabgp/wiki/changelog) or [RFC compliance](http://code.google.com/p/exabgp/wiki/RFC) pages
* the [wiki](http://code.google.com/p/exabgp/wiki/Home) and [the FAQ](http://code.google.com/p/exabgp/wiki/FAQ)
* some [talks and presentations, ...](http://code.google.com/p/exabgp/wiki/related)
* the [changelog](https://raw.github.com/Thomas-Mangin/exabgp/master/CHANGELOG)
* or [RFC compliance](https://github.com/Thomas-Mangin/exabgp/wiki/RFC-Information) pages
* the [wiki](https://github.com/Thomas-Mangin/exabgp/wiki) with some some talks and presentations, ...
* and [the FAQ](https://github.com/Thomas-Mangin/exabgp/wiki/FAQ)

Development is done on python 2.7, the code is kept compatible with python 2.4 in ExaBGP 2.x.x and python 2.5 in ExaBGP 3.1.x.
ExaBGP 3.2.x will rely on python 2.7, and we are likely to required python 3.4+ for ExaBGP 4.x.x
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This work was packaged for Debian by Henry-Nicolas Tourneur <[email protected]> on
This work was packaged for Debian by Henry-Nicolas Tourneur <[email protected]> on
Thu, 21 Apr 2011 19:35:15 +0000

It was downloaded from: http://code.google.com/p/exabgp/source/list
It was downloaded from: https://github.com/Thomas-Mangin/exabgp/releases

Upstream Authors:
Thomas Mangin <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/exabgp/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="3.2.4"
version="3.2.5"

# Do not change the first line as it is parsed by scripts

Expand Down
2 changes: 1 addition & 1 deletion sbin/exabgp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ case $dirname in
;;
esac

export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.4
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.5

if [ "$INTERPRETER" != "" ]
then
Expand Down
2 changes: 1 addition & 1 deletion sbin/exabmp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ case $dirname in
;;
esac

export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.4
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.5

if [ "$INTERPRETER" != "" ]
then
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def configuration (etc):
package_dir = {'': 'lib'},
packages=packages('lib'),
scripts=['sbin/exabgp',],
download_url='http://exabgp.googlecode.com/files/exabgp-%s.tgz' % version,
download_url='https://github.com/Thomas-Mangin/exabgp/archive/%s.zip' % version,
data_files=[
('etc/exabgp',configuration('etc/exabgp')),
('usr/lib/systemd/system',configuration('etc/systemd')),
Expand Down

0 comments on commit 5c5bf23

Please sign in to comment.