Skip to content

Commit

Permalink
3 client groups (#24)
Browse files Browse the repository at this point in the history
* Base 3clientgroups example

* Junos config cleanup
  • Loading branch information
jrokeach authored Nov 7, 2023
1 parent 1811035 commit 6d4bb97
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/3clientgroups/bgppeer-global.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: metallb.io/v1beta2
kind: BGPPeer
metadata:
name: global-lo1
namespace: metallb
spec:
myASN: 65001
peerASN: 65000
peerAddress: 10.0.0.0
ebgpMultiHop: True
Loading

0 comments on commit 6d4bb97

Please sign in to comment.