summaryrefslogtreecommitdiff
path: root/netsniff-ng.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-16 11:47:58 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-16 11:47:58 +0100
commit074f8fc82ff26bb02c3c09f6ed71bca77e08e020 (patch)
treee94d6c37189436a21e8bd780c35ab1d85463737d /netsniff-ng.zsh
parent3608cf700a27240e343d1173f5782a0398102c16 (diff)
bpf: Fix confusing panic() message
When using a filter with netsniff-ng without libpcap support, e.g. $ netsniff-ng --in eth0 tcp or udp we get the error: Cannot compile filter tcp or udp which isn't correct and might be confusing for the user as the intention wasn't to specify a filter file but a filter string. Correct the error message accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng.zsh')
0 files changed, 0 insertions, 0 deletions
4ab408c4a418432e7939'>diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Pull namespace fixes from Eric Biederman: "This tree contains 4 fixes. The first is a fix for a race that can causes oopses under the right circumstances, and that someone just recently encountered. Past that are several small trivial correct fixes. A real issue that was blocking development of an out of tree driver, but does not appear to have caused any actual problems for in-tree code. A potential deadlock that was reported by lockdep. And a deadlock people have experienced and took the time to track down caused by a cleanup that removed the code to drop a reference count" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: sysctl: Drop reference added by grab_header in proc_sys_readdir pid: fix lockdep deadlock warning due to ucount_lock libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount mnt: Protect the mountpoint hashtable with mount_lock
Diffstat (limited to 'net/rds/tcp_recv.c')