-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding evpn use case files to opi-intel-bridge #491
Conversation
Co-authored-by: Dimitrios Markou <[email protected]> Co-authored-by: Saikumar Banoth <[email protected]> Co-authored-by: Patel Atul <[email protected]> Co-authored-by: Vemula Venkatesh <[email protected]> Co-authored-by: Jambekar Vishakha <[email protected]> Signed-off-by: atulpatel261194 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls update bin names in README.md
b341d20
to
5a711ad
Compare
Co-authored-by: Dimitrios Markou <[email protected]> Co-authored-by: Saikumar Banoth <[email protected]> Co-authored-by: Patel Atul <[email protected]> Co-authored-by: Vemula Venkatesh <[email protected]> Co-authored-by: Jambekar Vishakha <[email protected]> Signed-off-by: atulpatel261194 <[email protected]>
5a711ad
to
b253b86
Compare
962a871
to
1ccdeb2
Compare
cmd/evpn/main.go
Outdated
frr.Initialize() | ||
ipu_vendor.Initialize() | ||
|
||
case "ci": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you need ci here if it is a vendor xpu?
cmd/evpn/main.go
Outdated
|
||
// initialize cobra config | ||
if err := initialize(); err != nil { | ||
// log.Println(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please cleanup of commented code
Signed-off-by: atulpatel261194 <[email protected]>
1ccdeb2
to
c460b12
Compare
Signed-off-by: atulpatel261194 <[email protected]>
Initial implementation for transition from opi-evpn-bridge to opi-intel-bridge
This PR includes the following changes: