This file is indexed.

/usr/lib/python2.7/dist-packages/exabgp-3.4.13.egg-info/PKG-INFO is in exabgp 3.4.13-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
Metadata-Version: 1.1
Name: exabgp
Version: 3.4.13
Summary: BGP swiss army knife
Home-page: https://github.com/Exa-Networks/exabgp
Author: Thomas Mangin
Author-email: thomas.mangin@exa-networks.co.uk
License: BSD
Download-URL: https://github.com/Exa-Networks/exabgp/archive/3.4.13.tar.gz
Description: ======
        ExaBGP
        ======
        
        .. image:: https://img.shields.io/badge/chat-gitter-blue.svg
           :target: https://gitter.im/Exa-Networks/exabgp
           :alt: Gitter
        
        .. image:: https://img.shields.io/pypi/v/exabgp.svg
           :target: https://pypi.python.org/pypi/exabgp/
           :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/dm/exabgp.svg
           :target: https://pypi.python.org/pypi/exabgp/
           :alt: Downloads
        
        .. image:: https://img.shields.io/scrutinizer/coverage/g/exa-networks/exabgp.svg
           :target: https://coveralls.io/r/Exa-Networks/exabgp
           :alt: Coverage
        
        .. image:: https://img.shields.io/pypi/l/exabgp.svg
           :target: https://pypi.python.org/pypi/exabgp/
           :alt: License
        
        .. contents:: **Table of Contents**
           :depth: 2
        
        Introduction
        ============
        
        ExaBGP allows engineers to control their network from commodity servers. Think of it as Software Defined Networking using BGP.
        
        It can be used to announce ipv4, ipv6, vpn or flow routes (for DDOS protection) from its configuration file(s).
        ExaBGP can also transform BGP messages into friendly plain text or JSON which can be easily manipulate by scripts and report peer announcements.
        
        Use cases include
        -----------------
        
        - sql backed `looking glass <https://code.google.com/p/gixlg/wiki/sample_maps>`_ with prefix routing visualisation
        - service `high availability <http://vincent.bernat.im/en/blog/2013-exabgp-highavailability.html>`_ automatically isolating dead servers / broken services
        - `DDOS mitigation <http://perso.nautile.fr/prez/fgabut-flowspec-frnog-final.pdf>`_ solutions
        - `anycasted <http://blog.iweb-hosting.co.uk/blog/2012/01/27/using-bgp-to-serve-high-availability-dns/>`_ services
        
        Installation
        ============
        
        Prerequisites
        -------------
        
        ExaBGP requires python 2.6 or 2.7. It has no external dependencies.
        
        Using pip
        ---------
        
        #. Use pip to install the packages:
        
        ::
        
            pip install -U exabgp
            exabgp --help
        
        
        Without installation
        --------------------
        
        ::
        
            curl -L https://github.com/Exa-Networks/exabgp/archive/3.4.13.tar.gz | tar zx
            ./exabgp-3.4.13/sbin/exabgp --help
        
        Feedback and getting involved
        =============================
        
        - Gitter: https://gitter.im/Exa-Networks/exabgp
        - #exabgp: irc://irc.freenode.net:6667/exabgp
        - Google +: https://plus.google.com/u/0/communities/108249711110699351497
        - Twitter: https://twitter.com/#!/search/exabgp
        - Mailing list: http://groups.google.com/group/exabgp-users
        - Issue tracker: https://github.com/Exa-Networks/exabgp/issues
        - Code Repository: https://github.com/Exa-Networks/exabgp
        
Keywords: bgp routing api sdn flowspec
Platform: linux-x86_64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Internet