From 1c3cd633d1ef8ab58e1698af87051dd165fa198c Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Tue, 22 Aug 2017 17:20:45 +0500 Subject: [PATCH] Fix bpfFilter --- input_raw.go | 1 + 1 file changed, 1 insertion(+) 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