Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
1e17fbc1
Commit
1e17fbc1
authored
1 year ago
by
Jose Luis Carcel
Browse files
Options
Downloads
Patches
Plain Diff
Added Probes-Agent YANG
parent
baf10906
No related branches found
Branches containing commit
No related tags found
1 merge request
!338
Resolve "(EVIDEN) SmartNIC support"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/device/service/drivers/smartnic_probes/probes-agent.yang
+44
-0
44 additions, 0 deletions
src/device/service/drivers/smartnic_probes/probes-agent.yang
with
44 additions
and
0 deletions
src/device/service/drivers/smartnic_probes/probes-agent.yang
0 → 100644
+
44
−
0
View file @
1e17fbc1
probes-agent.yang
#
augment
de
openconfig
probes
augment
/probes/probe
{
leaf
probe_type
{
type
enumeration
{
enum
plain_traffic
;
enum
morpheus_pipeline
;
}
}
}
augment
/probes/probe/tests/test/config
{
uses
morpheus_pipelines
;
}
grouping
morpheus_pipelines
{
list
morpheus_pipelines
{
key
name
;
uses
morpheus_pipeline
;
}
}
grouping
morpheus_pipeline
{
leaf
name
{
type
string
;
}
leaf
num_threads
{
type
uint16
;
}
// other settings
// https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/examples/abp_pcap_detection/run.py
list
stages
{
key
name
;
uses
morpheus_pipeline_stage
;
}
}
grouping
morpheus_pipeline_stage
{
leaf
name
{
type
string
;
}
// enum stage type
// stage parameters
// soportar custom stages
// https://github.com/nv-morpheus/Morpheus/blob/branch-23.11/examples/abp_pcap_detection/run.py
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment