From 9e73d831603cc24e2d87aa39397742a07665c595 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 Jan 2017 10:37:47 +0100 Subject: [PATCH] pvecm: concat code snippets with list paragraph Signed-off-by: Thomas Lamprecht --- pvecm.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 9b82c50..968df87 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -398,6 +398,7 @@ for that purpose. * Ensure that multicast works in general and a high package rates. This can be done with the `omping` tool. The final "%loss" number should be < 1%. ++ [source,bash] ---- omping -c 10000 -i 0.001 -F -q NODE1-IP NODE2-IP ... @@ -407,6 +408,7 @@ omping -c 10000 -i 0.001 -F -q NODE1-IP NODE2-IP ... This covers up problems where IGMP snooping is activated on the network but no multicast querier is active. This test has a duration of around 10 minutes. ++ [source,bash] ---- omping -c 600 -i 1 -q NODE1-IP NODE2-IP ... -- 2.39.2