vr-bgp integration #404
Unanswered
bdreisbach
asked this question in
Show and tell
Replies: 3 comments 7 replies
-
@bdreisbach before looking into the code, I wonder what vr-bgp brings that you can't get with a regular containerized bgp daemon like |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have a fairly large test suite already written that interfaces with vr-bgp. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Absolutely, thanks! Will you open a PR?
…On Fri, 23 Apr 2021 at 23:06, bdreisbach ***@***.***> wrote:
answered my own question by testing it. does indeed seem to work.
ebgp-00:
kind: linux
image: vrnetlab/vr-bgp:latest
cmd: "--router-id 100.0.0.1 --ipv4-prefix 1.1.1.0/31 --ipv6-prefix 2001:1::1:1:1:0/127 --local-as 100 --peer-as 200"
any interest in my vrnetlab patch to make this work?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#404 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLKV5IB5MKAW73CDCQCVR3TKHOONANCNFSM43O2QLFA>
.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am looking into vr-bgp integration, this seems to work but looking for feedback on the method(ive not written go before). i have a modified version of vr-bgp that doesnt need vr-xcon(i can provide a patch for your vrnetlab fork as well). not sure if there is a better way than using env variables for this. thoughts?
Beta Was this translation helpful? Give feedback.
All reactions