Date: Sun, 03 Feb 2019 13:02:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230465] ixl: not working in netmap mode Message-ID: <bug-230465-227-O3lDVCpRzu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230465-227@https.bugs.freebsd.org/bugzilla/> References: <bug-230465-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230465 --- Comment #35 from Vincenzo Maffione <vmaffione@FreeBSD.org> --- (In reply to Franco Fichtner from comment #21) Hi, I tried to install suricata from github sources, on 12.0-RELEASE. I use the following commands to run suricata over an e1000 interface: ```` sudo ifconfig em1 up -arp promisc -rxcsum -txcsum -rxcsum6 -txcsum6 -tso -t= so4 -tso6 -lro -vlanmtu -vlanhwtag -vlanhwfilter -vlanhwtso sudo suricata -c /etc/suricata/suricata.yaml --netmap=3Dem1 -v ```` This is the netmap section of my suricata.yaml: ```` netmap: - interface: default threads: auto copy-mode: ips disable-promisc: yes # promiscuous mode checksum-checks: auto - interface: em1 copy-iface: em1+ - interface: em1+ copy-iface: em1 ```` and I see packets being captured ```` [100078] 3/2/2019 -- 14:01:59 - (util-device.c:329) <Notice> (LiveDeviceListClean) -- Stats for 'em1': pkts: 4892, drop: 0 (0.00%), inv= alid chksum: 0 ```` So what is not working exactly? Can anyone describe reproducible step that I can follow? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230465-227-O3lDVCpRzu>