Ensure the generated BPF in the example deliver the whole packet.

This commit is contained in:
Archie Cobbs 2001-05-19 17:47:51 +00:00
parent c7fee90e33
commit 20d7cd248d

View File

@ -164,7 +164,7 @@ END {
}
xxENDxx
BPFPROG=`tcpdump -ddd ${PATTERN} | awk -f /tmp/bpf.awk`
BPFPROG=`tcpdump -s 8192 -ddd ${PATTERN} | awk -f /tmp/bpf.awk`
ngctl msg ${NODEPATH} setprogram { thisHook=\\"${INHOOK}\\" \\
ifMatch=\\"${MATCHHOOK}\\" \\