summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_vrf.py
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-08-04 19:46:02 +1000
committerGitHub <noreply@github.com>2026-08-04 10:46:02 +0100
commitfa0e13e1a28d2a1f1653db6767e74bc37acc4a28 (patch)
tree91c62f42efe2c8b1731a48683397c3322f53eef7 /plugins/modules/vyos_vrf.py
parentdec3537721776b7caca47fed5d7e335e3e6d80d6 (diff)
downloadvyos.vyos-fa0e13e1a28d2a1f1653db6767e74bc37acc4a28.tar.gz
vyos.vyos-fa0e13e1a28d2a1f1653db6767e74bc37acc4a28.zip
T6890: use boolean in documentation (#491)
* T6890: use boolean in documentation * T6890: use booleans in documentation
Diffstat (limited to 'plugins/modules/vyos_vrf.py')
-rw-r--r--plugins/modules/vyos_vrf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/modules/vyos_vrf.py b/plugins/modules/vyos_vrf.py
index 395a152b..d0d4fe88 100644
--- a/plugins/modules/vyos_vrf.py
+++ b/plugins/modules/vyos_vrf.py
@@ -66,11 +66,11 @@ options:
type: str
choices: ['ipv4', 'ipv6']
disable_forwarding:
- default: False
+ default: false
description: Disable forwarding for this address family
type: bool
nht_no_resolve_via_default:
- default: False
+ default: false
description: Disable next-hop resolution via default route
type: bool
route_maps: