Add a missing terminator for a code section.  Without this, the
rendering on github at least shows the rest of the file as a code
block.

Signed-off-by: Russell Bryant <rbry...@redhat.com>
---
 INSTALL.DPDK.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 5b61272..60889d0 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -430,6 +430,7 @@ qemu-wrap.py -cpu host -boot c -hda <disk image> -m 4096 
-smp 4
   --enable-kvm -nographic -vnc none -net none -netdev tap,id=net1,
   script=no,downscript=no,ifname=if1,vhost=on -device virtio-net-pci,
   netdev=net1,mac=00:00:00:00:00:01
+```
 
 DPDK vhost VM configuration with libvirt:
 -----------------------------------------
-- 
2.1.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to