Thanks to visit codestin.com
Credit goes to github.com

Skip to content

toddjcrane/pybgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This code is a simple python BGP implementation. It only speaks the protocol;
there is no code for building or maintaining a RIB, or doing kernel-layer
stuff such as inserting or deleting routes.

Whilst I'm not opposed to someone else adding those things, I have no use
for them, so please don't ask me to write them ;o)

The intended use is for things such as anycast load-balancing, as with DNS
or similar services. There is a script in "examples" which is very similar
to the code we use.

There are a few tests; there could and should be more.

The code as written requires Python 2.5 struct.unpack_from. It would be pretty
easy to either remove this requirement or make a compatibility layer for older
python versions.

The project is run, somewhat against my better judgement, in Launchpad:

 https://launchpad.net/pybgp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages