-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: adding evpn use case files to opi-intel-bridge #491
Conversation
Co-authored-by: Dimitrios Markou <dimitrios.markou@ericsson.com> Co-authored-by: Saikumar Banoth <banoth.saikumar@intel.com> Co-authored-by: Patel Atul <Atul.patel@intel.com> Co-authored-by: Vemula Venkatesh <venkatesh.vemula@intel.com> Co-authored-by: Jambekar Vishakha <vishakha.jambekar@intel.com> Signed-off-by: atulpatel261194 <Atul.Patel@intel.com>
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 <dimitrios.markou@ericsson.com> Co-authored-by: Saikumar Banoth <banoth.saikumar@intel.com> Co-authored-by: Patel Atul <Atul.patel@intel.com> Co-authored-by: Vemula Venkatesh <venkatesh.vemula@intel.com> Co-authored-by: Jambekar Vishakha <vishakha.jambekar@intel.com> Signed-off-by: atulpatel261194 <Atul.Patel@intel.com>
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 <Atul.Patel@intel.com>
1ccdeb2
to
c460b12
Compare
Signed-off-by: atulpatel261194 <Atul.Patel@intel.com>
Initial implementation for transition from opi-evpn-bridge to opi-intel-bridge
This PR includes the following changes: