No description
Find a file
2022-12-03 13:31:47 +01:00
.vscode add signature verification module 2022-11-12 16:35:37 +01:00
nodes add creating peerings (inside serverside config) 2022-11-25 21:55:45 +01:00
web add check for bgp cap 2022-12-03 13:31:47 +01:00
.gitignore add signature verification module 2022-11-12 16:35:37 +01:00
installation.md add first try of installation instructions 2022-11-26 18:00:46 +01:00
README.md add first try of installation instructions 2022-11-26 18:00:46 +01:00

lare's autopeering implementation

This is my (LARE-MNT) implementation of an auto peering system

It consists of two parts:

  1. the "server"
    • handling user auth (via kioubit)
    • add/edit/delete peerings (#todo)
    • communicate new/update peerings with nodes #todo
  2. the "nodes daemon" #todo
    • reveives new/updated peering configs from the "server" #todo

Installation

see installation.md