Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] recipes: add rcps for spp_pcap
@ 2019-09-05  2:14 x-fn-spp
  2019-09-10  1:36 ` [spp] [PATCH v2] " x-fn-spp
  0 siblings, 1 reply; 3+ messages in thread
From: x-fn-spp @ 2019-09-05  2:14 UTC (permalink / raw)
  To: ferruh.yigit, ogawa.yasufumi; +Cc: spp

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

This patch is to provide rcps for usecase of spp_pcap.

Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <ntakada14@gmail.com>
Change-Id: Ic8dd76ea918bbb555895ed1a949519b04d5770e0
---
 recipes/usecases/spp_pcap/capture/1_start_capture.rcps | 5 +++++
 recipes/usecases/spp_pcap/capture/2_stop_capture.rcps  | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 recipes/usecases/spp_pcap/capture/1_start_capture.rcps
 create mode 100644 recipes/usecases/spp_pcap/capture/2_stop_capture.rcps

diff --git a/recipes/usecases/spp_pcap/capture/1_start_capture.rcps b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
new file mode 100644
index 0000000..1ebea35
--- /dev/null
+++ b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
@@ -0,0 +1,5 @@
+# Pre status check
+pcap 1; status
+
+# Start capture
+pcap 1; start
diff --git a/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
new file mode 100644
index 0000000..285b1df
--- /dev/null
+++ b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
@@ -0,0 +1,5 @@
+# Stop capture
+pcap 1; stop
+
+# Exit spp_pcap
+pcap 1; exit
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [spp] [PATCH v2] recipes: add rcps for spp_pcap
  2019-09-05  2:14 [spp] [PATCH] recipes: add rcps for spp_pcap x-fn-spp
@ 2019-09-10  1:36 ` x-fn-spp
  2019-09-10  5:45   ` Yasufumi Ogawa
  0 siblings, 1 reply; 3+ messages in thread
From: x-fn-spp @ 2019-09-10  1:36 UTC (permalink / raw)
  To: ferruh.yigit, yasufum.o; +Cc: spp

From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>

This patch is to provide rcps for usecase of spp_pcap.

Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <ntakada14@gmail.com>
---
 recipes/usecases/spp_pcap/capture/1_start_capture.rcps | 5 +++++
 recipes/usecases/spp_pcap/capture/2_stop_capture.rcps  | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 recipes/usecases/spp_pcap/capture/1_start_capture.rcps
 create mode 100644 recipes/usecases/spp_pcap/capture/2_stop_capture.rcps

diff --git a/recipes/usecases/spp_pcap/capture/1_start_capture.rcps b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
new file mode 100644
index 0000000..1ebea35
--- /dev/null
+++ b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
@@ -0,0 +1,5 @@
+# Pre status check
+pcap 1; status
+
+# Start capture
+pcap 1; start
diff --git a/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
new file mode 100644
index 0000000..285b1df
--- /dev/null
+++ b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
@@ -0,0 +1,5 @@
+# Stop capture
+pcap 1; stop
+
+# Exit spp_pcap
+pcap 1; exit
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [spp] [PATCH v2] recipes: add rcps for spp_pcap
  2019-09-10  1:36 ` [spp] [PATCH v2] " x-fn-spp
@ 2019-09-10  5:45   ` Yasufumi Ogawa
  0 siblings, 0 replies; 3+ messages in thread
From: Yasufumi Ogawa @ 2019-09-10  5:45 UTC (permalink / raw)
  To: x-fn-spp, ferruh.yigit; +Cc: spp

> From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
> 
> This patch is to provide rcps for usecase of spp_pcap.
> 
> Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
> Signed-off-by: Naoki Takada <ntakada14@gmail.com>
Applied, thaks.

> ---
>   recipes/usecases/spp_pcap/capture/1_start_capture.rcps | 5 +++++
>   recipes/usecases/spp_pcap/capture/2_stop_capture.rcps  | 5 +++++
>   2 files changed, 10 insertions(+)
>   create mode 100644 recipes/usecases/spp_pcap/capture/1_start_capture.rcps
>   create mode 100644 recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
> 
> diff --git a/recipes/usecases/spp_pcap/capture/1_start_capture.rcps b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
> new file mode 100644
> index 0000000..1ebea35
> --- /dev/null
> +++ b/recipes/usecases/spp_pcap/capture/1_start_capture.rcps
> @@ -0,0 +1,5 @@
> +# Pre status check
> +pcap 1; status
> +
> +# Start capture
> +pcap 1; start
> diff --git a/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
> new file mode 100644
> index 0000000..285b1df
> --- /dev/null
> +++ b/recipes/usecases/spp_pcap/capture/2_stop_capture.rcps
> @@ -0,0 +1,5 @@
> +# Stop capture
> +pcap 1; stop
> +
> +# Exit spp_pcap
> +pcap 1; exit
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-10  5:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  2:14 [spp] [PATCH] recipes: add rcps for spp_pcap x-fn-spp
2019-09-10  1:36 ` [spp] [PATCH v2] " x-fn-spp
2019-09-10  5:45   ` Yasufumi Ogawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).