Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenxin-wang/bgp-eam-tayga
https://github.com/wenxin-wang/bgp-eam-tayga
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wenxin-wang/bgp-eam-tayga
- Owner: wenxin-wang
- Archived: true
- Created: 2019-02-28T12:01:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T07:54:23.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T01:39:25.144Z (6 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preparation
- C compile environment
- Python
- tmux```bash
git clone https://github.com/wenxin-wang/bgp-eam-tayga
cd bgp-eam-tayga
git clone https://github.com/wenxin-wang/exabgp
git clone https://salsa.debian.org/debian/tayga.git
cd tayga
git apply debian/patches/*.patch
git apply ../tayga-patches/*.patch
./configure
make
```# Test
```bash
cd 1-IPv4-IPv6
sudo ./1-pre
# prepare packet capture
./2-test
# run ping/iperf
sudo ./3-postcd 2-IPv4-IPv6-IPv4
sudo ./1-pre
# prepare packet capture
./2-test
# run ping/iperf
sudo ./3-post
```