Cleaned up fork of bird-lg with burble.dn42 customisations
Go to file
Simon Marsh f3699a3b61
Merge pull request #4 from jlu5/burble-clean
templates/layout: remove capitalize filter from domain name
2020-05-20 19:46:42 +01:00
init Add basic systemd hardening to example service files 2019-05-13 20:23:44 +01:00
static Patched JS for unified v4/6 support 2019-01-28 00:11:43 +00:00
templates templates/layout: remove capitalize filter from domain name 2020-05-08 12:22:34 -07:00
.gitignore Remove inused import and ignore bytecode 2012-05-07 11:17:43 +02:00
bird.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 2019-05-14 20:56:38 +01:00
COPYING Update COPYING 2017-08-04 15:28:01 +02:00
gpl-3.0.txt Add licence and readme 2011-12-16 11:06:15 +01:00
lg.cfg Add a timeout to lgproxy operations. 2019-01-12 13:17:57 +00:00
lg.py Fixed COMBINED_UNWANTED_NAMES empty issue 2020-02-09 10:09:33 +00:00
lg.wsgi use current file name 2012-08-21 11:55:16 +02:00
lgproxy.cfg bind lgproxy.py optionally to an IP 2018-04-07 12:18:09 +02:00
lgproxy.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 2019-05-14 20:56:38 +01:00
lgproxy.wsgi Change lg-proxy to lgproxy to easly import it in wsgi 2014-02-18 11:52:43 +01:00
README.mkd Add lg.worldstream.nl to README.mkd 2018-09-10 10:30:05 +02:00
toolbox.py Merge Zhaofeng's updates to go from python2 to python3 and fix bgpmap funtionality. 2019-05-14 20:56:38 +01:00

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