mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
inlet/flow: discard invalid VLANs for sFlow
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
|
||||
func TestDecode(t *testing.T) {
|
||||
r := reporter.NewMock(t)
|
||||
nfdecoder := New(r, decoder.Dependencies{Schema: schema.NewMock(t)})
|
||||
nfdecoder := New(r, decoder.Dependencies{Schema: schema.NewMock(t).EnableAllColumns()})
|
||||
|
||||
// Send an option template
|
||||
template := helpers.ReadPcapPayload(t, filepath.Join("testdata", "options-template-257.pcap"))
|
||||
|
||||
Reference in New Issue
Block a user