Cleaned up fork of bird-lg with burble.dn42 customisations
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Simon Marsh f3699a3b61
Merge pull request #4 from jlu5/burble-clean
templates/layout: remove capitalize filter from domain name
3 years ago
init Add basic systemd hardening to example service files 4 years ago
static Patched JS for unified v4/6 support 4 years ago
templates templates/layout: remove capitalize filter from domain name 3 years ago
.gitignore Remove inused import and ignore bytecode 11 years ago
COPYING Update COPYING 6 years ago
README.mkd Add lg.worldstream.nl to README.mkd 5 years ago
bird.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 4 years ago
gpl-3.0.txt Add licence and readme 12 years ago
lg.cfg Add a timeout to lgproxy operations. 4 years ago
lg.py Fixed COMBINED_UNWANTED_NAMES empty issue 3 years ago
lg.wsgi use current file name 11 years ago
lgproxy.cfg bind lgproxy.py optionally to an IP 5 years ago
lgproxy.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 4 years ago
lgproxy.wsgi Change lg-proxy to lgproxy to easly import it in wsgi 9 years ago
toolbox.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 4 years ago

README.mkd

BIRD-LG

This is a looking glass for the Internet Routing Daemon "Bird".

Software is split in two parts:

  • lgproxy.py:

    It must be installed and started on all bird nodes. It act as a proxy to make traceroute and bird query on the node. Access restriction to this web service can be done in file "lgproxy.cfg" (only IP address based restriction for now).

  • lg.py:

    This is the frontend, a web based UI that request informations to all lgproxy.py nodes. The domain and the list of all bird nodes can be done.



                                         ***************
                                    +--> * lgproxy.py *
                                    |    ***************
                                    |  
********       *******************  |    ***************
* USER * ----> * webserver/lg.py *--+--> * lgproxy.py *
********       *******************  |    ***************
                                    |  
                                    |    ***************
                                    +--> * lgproxy.py *
                                         ***************

bird-lg depends on :

  • python-flask >= 0.8
  • python-dnspython
  • python-pydot
  • python-memcache
  • graphviz
  • whois
  • traceroute

Each services can be embedded in any webserver by following regular python-flask configuration.

Source code is under GPL 3.0, powered by Flask, jQuery and Bootstrap.

Copyright © 2012 Mehdi Abaakouk sileht@sileht.net

Happy users