Skip to content

Commit 03a00ba

Browse files
committed
Fix ipsec host2host document
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent df41209 commit 03a00ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devel/yaml_api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,10 +1591,10 @@ The `libreswan` section, nmstate provides these properties:
15911591
* `psk`: String. The Pre-Shared-Key. Please consider to use x509/PKI
15921592
authentication in production system. In query, this property will be
15931593
shown as `<_password_hid_by_nmstate>` for security concern.
1594-
* `rightsubnet`: String. Please explicitly set it when using in host-to-host
1595-
mode.
1596-
* `leftmodecfgclient`: yes|no. Please explicitly set it to `no` when using in
1597-
host-to-host mode.
1594+
* `rightsubnet`: String. Please explicitly set it to /32 or /128 IP when using
1595+
in host-to-host mode.
1596+
* `leftmodecfgclient`: true|false. Please explicitly set it to `false` when
1597+
using in host-to-host mode.
15981598
* `type`: `transport` or `tunnel`. The `tunnel` is the default value if not
15991599
defined.
16001600

0 commit comments

Comments
 (0)