Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iperf - Fix server menu item #326

Merged
merged 4 commits into from
Mar 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/pfSense-pkg-iperf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-iperf
PORTVERSION= 2.0.5.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= benchmarks
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
6 changes: 6 additions & 0 deletions benchmarks/pfSense-pkg-iperf/files/usr/local/pkg/iperf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<section>Diagnostics</section>
<url>/pkg_edit.php?xml=iperf.xml</url>
</menu>
<menu>
<name>iperf Server</name>
<tooltiptext>Run iperf in server mode.</tooltiptext>
<section>Diagnostics</section>
<url>/pkg_edit.php?xml=iperfserver.xml</url>
</menu>
<service>
<name>iperf</name>
<executable>iperf</executable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
<savebtnclass>btn-success</savebtnclass>
<preoutput>yes</preoutput>
<donotsave>true</donotsave>
<menu>
<name>iperf Server</name>
<tooltiptext>Run iperf in server mode.</tooltiptext>
<section>Diagnostics</section>
<url>/pkg_edit.php?xml=iperfserver.xml</url>
</menu>
<tabs>
<tab>
<text>Client</text>
Expand Down