Skip to content

Commit

Permalink
appneta#136 implement Quick TX in tcpreplay
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Oct 5, 2014
1 parent 6cbfed3 commit 20d8c89
Show file tree
Hide file tree
Showing 19 changed files with 594 additions and 294 deletions.
3 changes: 1 addition & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AC_DEFUN([AC_PATH_KERNEL_SOURCE_SEARCH],
kerneldir=missing
kernelext=ko
no_kernel=yes
set -x -v
if test `uname` != "Linux"; then
kerneldir="not running Linux"
else
Expand Down Expand Up @@ -57,7 +57,6 @@ set -x -v
ac_cv_have_kernel="no_kernel=${no_kernel} \
kerneldir=\"${kerneldir}\" \
kernelext=\"${kernelext}\""
set +x +v
]
)

Expand Down
Loading

0 comments on commit 20d8c89

Please sign in to comment.