Commit 66f5a54
root
fix(flowd-go-installer): use correct 'firefly' key name for v2.5.0+ YAML config
The flowd-go 2.5.0 release (adds firefly forwarding to global.scitags.org)
changed the YAML configuration key from 'fireflyp' to 'firefly'. Update the
installer script to generate the correct key name for compatibility.
Tested on psumvm03:
- Upgraded from flowd-go 2.4.2 to 2.5.0
- Verified both perfsonar and firefly plugins load (nPlugins=2)
- Confirmed firefly plugin listening on UDP 127.0.0.1:10514
- Validated firefly packet forwarding to global.scitags.org1 parent d1a80c5 commit 66f5a54
File tree
2 files changed
+4
-3
lines changed- docs/perfsonar/tools_scripts
2 files changed
+4
-3
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
0 commit comments