Skip to content

Commit

Permalink
added ftflow to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed May 14, 2018
1 parent 701fb5b commit 5a2fcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/rpm/pfring.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ cp $HOME/PF_RING/userland/examples_zc/zbalance_ipc $RPM_BUILD_ROOT/usr/bin
cp $HOME/PF_RING/userland/examples_zc/zsend $RPM_BUILD_ROOT/usr/bin
cp $HOME/PF_RING/userland/examples_zc/zcount $RPM_BUILD_ROOT/usr/bin
cp $HOME/PF_RING/userland/examples_zc/zcount_ipc $RPM_BUILD_ROOT/usr/bin
cp $HOME/PF_RING/userland/examples_ft/ftflow $RPM_BUILD_ROOT/usr/bin
%endif


Expand Down Expand Up @@ -110,6 +111,7 @@ rm -fr $RPM_BUILD_ROOT
/usr/bin/zsend
/usr/bin/zcount
/usr/bin/zcount_ipc
/usr/bin/ftflow
%endif
#/usr/bin/tcpdump
/usr/bin/pfcount
Expand Down
1 change: 1 addition & 0 deletions package/ubuntu/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pre-build-examples:
# cd $(PF_RING_HOME)/userland/tcpdump/ ; ./configure; make; cp tcpdump $(HERE)/debian/usr/bin
cd $(PF_RING_HOME)/userland/examples; cp pfcount pfsend pfwrite $(HERE)/debian/usr/bin
cd $(PF_RING_HOME)/userland/examples_zc; cp zbalance_ipc zsend zcount zcount_ipc $(HERE)/debian/usr/bin
cd $(PF_RING_HOME)/userland/examples_ft; cp ftflow $(HERE)/debian/usr/bin
cd $(PF_RING_HOME)/tools; cp n2if $(HERE)/debian/usr/bin

build-nodrivers: pre-kernel-nodrivers build
Expand Down

0 comments on commit 5a2fcd9

Please sign in to comment.