From 5a85c35fca4af945547b6d14f51a3ad85f78ed63 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle Date: Tue, 4 Jun 2024 12:35:54 +0530 Subject: [PATCH] some updates related to doc --- plugins/modules/ios_vrf_global.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/modules/ios_vrf_global.py b/plugins/modules/ios_vrf_global.py index 4655cb198..5b737c6f1 100644 --- a/plugins/modules/ios_vrf_global.py +++ b/plugins/modules/ios_vrf_global.py @@ -122,11 +122,12 @@ value is returned in the I(parsed) key within the result. The value of C(running_config) option should be the same format as the output of command I(show running-config | section vrf). connection to remote host is not required. - - The state I(merged) is used to add or update the configuration on the device. - - The state I(replaced) is used to replace the configuration on the device. - - The state I(overridden) is used to override the configuration on the device. - - The state I(deleted) is used to delete the configuration from the device. - - The state I(purged) is used to delete all the VRF definitions from the device. + - The state I(deleted) only removes the VRF attributes that this module + manages and does not negate the VRF completely. Thereby, preserving + address-family related configurations under VRF context. + - The state I(purged) removes all the VRF definitions from the + target device. Use caution with this state. + - Refer to examples for more details. type: str """