diff --git a/input_raw.go b/input_raw.go index 542c80f..eca2d16 100644 --- a/input_raw.go +++ b/input_raw.go @@ -35,6 +35,7 @@ func NewRAWInput(address string, engine int, trackResponse bool, expire time.Dur i.address = address i.expire = expire i.engine = engine + i.bpfFilter = bpfFilter i.realIPHeader = []byte(realIPHeader) i.quit = make(chan bool) i.trackResponse = trackResponse