Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JustinAzoff/flow-indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAzoff committed Apr 5, 2018
2 parents ef7cd98 + 507e761 commit 52b1dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/nfdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type NFDUMPCSVBackend struct {
}

func (b NFDUMPCSVBackend) ExtractIps(reader io.Reader, ips *ipset.Set) (uint64, error) {
cmd := exec.Command("nfdump", "-qr", "-", "-o", "csv")
cmd := exec.Command("nfdump", "-qr", "-", "-o", "csv6")
cmd.Stdin = reader
stdout, err := cmd.StdoutPipe()
if err != nil {
Expand Down

0 comments on commit 52b1dce

Please sign in to comment.