-
Notifications
You must be signed in to change notification settings - Fork 414
VPP: T7175: Added sflow plugin to build #962
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
base: current
Are you sure you want to change the base?
Conversation
Added Sflow plugin to VPP build.
❌ |
@@ -15,6 +15,8 @@ apply_patches = false | |||
pre_build_hook = """ | |||
mkdir -p ../patches/vpp/ | |||
rsync -av ../vyos-vpp-patches/patches/vpp/ ../patches/vpp/ | |||
git clone https://github.com/sflow/vpp-sflow ../vpp-sflow |
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.
Can we use an additional package
instead of cloning? After the vyos-vpp-patches
[[packages]]
name = "vpp-sflow"
commit_id = "v0.9.02-2" # tag or commit id
scm_url = "https://github.com/sflow/vpp-sflow"
build_cmd = "/bin/true"
apply_patches = false
This way we can get a specific commit id/tag and rebuild it properly if commit_id
is changed.
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.
Updated and ran build to verify it still works as intended.
Added Sflow plugin to VPP build.
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.
Include sFlow plugin to VPP binary
Change summary
Added the VPP-Sflow plugin to the build.
Types of changes
Related Task(s)
https://vyos.dev/T7175
Related PR(s)
vyos/vyos-vpp#32
vyos/vyos-1x#4504
Checklist: