Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fe-vmm-tbl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
nice
dev-epics-modules
fe-vmm-tbl
Merge requests
!2
ICSHWI-18048
: Hybrids information
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ICSHWI-18048
: Hybrids information
hybrid_info
into
main
Overview
2
Commits
4
Pipelines
0
Changes
5
All threads resolved!
Hide all comments
Merged
Douglas Araujo
requested to merge
hybrid_info
into
main
10 months ago
Overview
2
Commits
4
Pipelines
0
Changes
5
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
d5d5a93c
Prev
Next
Show latest version
5 files
+
70
−
69
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
d5d5a93c
Add number of hybrid as config arg, and update methods names to fit the new RMM version
· d5d5a93c
Douglas Araujo
authored
10 months ago
cmds/config_file/lab_testbed.json
+
12
−
20
Options
@@ -15,32 +15,24 @@
"output_queues"
:
{
"default"
:
{
"enabled"
:
false
,
"eth_src_mac"
:
"0e:05:05:00:00:04"
,
"eth_dst_mac"
:
"50:6b:4b:c0:b2:50"
,
"ip_src_addr"
:
"192.168.10.10"
,
"ip_dst_addr"
:
"192.168.10.100"
,
"udp_src_port"
:
8997
,
"udp_dst_port"
:
9000
,
"destination_lut_index"
:
0
,
"readout_type"
:
"0x48"
,
"pkt_gen_enable"
:
false
,
"pkt_gen_idles"
:
"0x00000f"
,
"pkt_gen_length"
:
"0x000000ff"
},
"0"
:
{
"enabled"
:
true
,
"udp_dst_port"
:
9000
},
"1"
:
{
"enabled"
:
false
,
"udp_dst_port"
:
9001
},
"2"
:
{
"enabled"
:
false
,
"udp_dst_port"
:
9002
},
"3"
:
{
"enabled"
:
false
,
"udp_dst_port"
:
9003
"enabled"
:
true
}
},
"udp_core"
:
{
"src_mac"
:
"0e:05:05:00:00:04"
,
"src_ip"
:
"192.168.10.1"
,
"src_port"
:
9000
,
"arp_refresh_timeout"
:
1228.7
,
"arp_reply_timeout"
:
25.5
,
"lut"
:
{
"0"
:
{
"dst_ip"
:
"192.168.10.100"
,
"dst_port"
:
51001
}
}
}
}
\ No newline at end of file
Loading