IT FUCKING WORKS

This commit is contained in:
Fisher Darling
2022-11-01 10:56:35 +01:00
parent 59730c534c
commit 47a99bfcbe
7 changed files with 704 additions and 109 deletions
@@ -0,0 +1,3 @@
protocol bgp <PEER_NAME> from alapeers {
neighbor <PEERING_IP> as <PEER_AS>; # as == autonomous system
}