Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbemmel/static-vxlan-agent
https://github.com/jbemmel/static-vxlan-agent
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbemmel/static-vxlan-agent
- Owner: jbemmel
- Created: 2021-12-25T19:18:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T17:28:14.000Z (about 3 years ago)
- Last Synced: 2024-10-05T17:21:37.639Z (4 months ago)
- Size: 329 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Architecture
The agent is split in two process:
1: The main process which runs the agent that subscribes to the grpc server to receive events.
2: A child process, forked from the main process, that runs in the srbase-default netns. This child
runs the bgp speaker code. Communication from the main process to the child is done through stdin#Building Package For Production
#Installing
#Usage#Automated Test Suite
run `make test`. This will startup the containerlab and run robot tests. To see the tests that will run, please refer to the tests folder.#Development
##Build:
To start the lab: `make redeploy-all`. This will build the agent, start the lab and add the agent into srl1 and srl2.
To ssh into srl1: make sshsrl1
To destroy the lab: make destroy-lab