11 lines
157 B
Bash
Executable file
11 lines
157 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check {IP,IPV6}_{ADD,DROP}_MEMBERSHIP setsockopt decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog
|
|
run_strace -e setsockopt $args
|
|
match_grep
|
|
|
|
exit 0
|