From 852a590cf6686994caa3e61e950ae0997ce47fce Mon Sep 17 00:00:00 2001
From: Pim van Pelt <pim@ipng.nl>
Date: Fri, 8 Oct 2021 07:56:54 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b64655d..34c5101 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Then check out this plugin out-of-tree and symlink it in.
 mkdir ~/src
 cd ~/src
 git clone https://github.com/pimvanpelt/lcpng.git
-ln -s ~src/lcpng ~/src/vpp/src/plugins/lcpng
+ln -s ~/src/lcpng ~/src/vpp/src/plugins/lcpng
 ```
 
 ## Running
@@ -131,6 +131,9 @@ DBGvpp#
 
 ### Pinging BondEthernet
 
+Interesting packetloss and latency increase seen on the BondEthernet0 interfaces (`10.1.*.2`)
+versus TenGigabitEthernet (`10.0.*.2`) interfaces:
+```
 10.1.1.2        : xmt/rcv/%loss = 30000/29833/0%, min/avg/max = 0.11/0.50/10.6
 10.1.2.2        : xmt/rcv/%loss = 30000/29856/0%, min/avg/max = 0.10/0.50/10.8
 10.1.3.2        : xmt/rcv/%loss = 30000/29851/0%, min/avg/max = 0.10/0.51/10.7
@@ -151,4 +154,5 @@ DBGvpp#
 2001:db8:0:3::2 : xmt/rcv/%loss = 30000/30000/0%, min/avg/max = 0.10/0.20/8.20
 2001:db8:0:4::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.11/0.19/8.49
 2001:db8:0:5::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.10/0.19/8.46
+```