Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
46 lines (40 loc) · 1014 Bytes

File metadata and controls

46 lines (40 loc) · 1014 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
[metadata]
name = beka
summary = A bare-bones BGP speaker
long_description =
Beka is a fairly basic BGP speaker. It can send
and receive unicast route updates in IPv4 and IPv6,
but not too much else. It is designed to be simple to use
and to extend, without too much overhead.
It uses eventlet for concurrency, but is easy enough to port to
gevent if that takes your fancy.
More information at https://github.com/faucetsdn/beka
license = Apache-2
author = Sam Russell
author-email = sam.h.russell@gmail.com
home-page = https://github.com/faucetsdn/beka
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
keywords =
bgp
beka
routing
sdn
networking
[files]
packages =
beka
license_file = LICENSE
[bdist_wheel]
universal=0
[pytype]
pythonpath =
.:
beka:
test:
disable =
pyi-error,
import-error
Morty Proxy This is a proxified and sanitized view of the page, visit original site.