We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8e7f8 commit d71b046Copy full SHA for d71b046
pkg/pipeline/pipeline_test.go
@@ -182,6 +182,7 @@ parameters:
182
{
183
Interface: "eth0",
184
Direction: pbflow.Direction_EGRESS,
185
+ Udn: "udn-1",
186
},
187
188
EthProtocol: 2048,
@@ -249,6 +250,7 @@ parameters:
249
250
"TimeFlowStartMs": float64(startTime.UnixMilli()),
251
"TimeFlowEndMs": float64(endTime.UnixMilli()),
252
"Interfaces": []interface{}{"eth0"},
253
+ "Udns": []interface{}{"udn-1"},
254
"AgentIP": "10.11.12.13",
255
"PktDropBytes": float64(100),
256
"PktDropPackets": float64(10),
0 commit comments