From 128db8e68360faa8b0e36242b9aac0cc0e00b8e5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 16:39:07 -0400 Subject: [PATCH] Remove indent --- docs/manuals/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manuals/api.md b/docs/manuals/api.md index 9c163749..f232ef1c 100644 --- a/docs/manuals/api.md +++ b/docs/manuals/api.md @@ -293,9 +293,9 @@ Add a new virtual network with (whitespace-free) description ``. `nettype` must be one of: - * `bridged` for unmanaged, vLAN-based bridged networks. All optional values are ignored with this type. +* `bridged` for unmanaged, vLAN-based bridged networks. All optional values are ignored with this type. - * `managed` for PVC-managed, VXLAN-based networks. +* `managed` for PVC-managed, VXLAN-based networks. `domain` specifies a DNS domain for hosts in the network. DNS is aggregated and provded for all networks on the primary coordinator node.