| commit | f7d9a2b058fba82d51a6fde4ce399e92a7b8830f | [log] [tgz] |
|---|---|---|
| author | Adam Israel <adam.israel@canonical.com> | Thu Nov 10 11:20:46 2016 -0500 |
| committer | Adam Israel <adam.israel@canonical.com> | Thu Nov 10 11:20:46 2016 -0500 |
| tree | b5614c84822975f02dc05cf0127a4c644471fd05 | |
| parent | 1e00fd1645b22d74c0b563e275e2433b937a3ee6 [diff] [blame] |
Add initial support for iperf3, both in client and server modes. Signed-off-by: Adam Israel <adam.israel@canonical.com>
diff --git a/layers/netutils/config.yaml b/layers/netutils/config.yaml new file mode 100644 index 0000000..6101063 --- /dev/null +++ b/layers/netutils/config.yaml
@@ -0,0 +1,5 @@ +options: + iperf3: + type: boolean + default: false + description: "Enabling this option will start iperf3 in server mode."