From 166c2d0272b81597af2a2da696432f938f30b393 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Wed, 31 Aug 2016 14:58:04 +0200 Subject: [PATCH] Fixing string case --- network/nxos/nxos_bgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_bgp.py b/network/nxos/nxos_bgp.py index 682cf9fcb3e..b8d21f82f8e 100644 --- a/network/nxos/nxos_bgp.py +++ b/network/nxos/nxos_bgp.py @@ -41,7 +41,7 @@ options: required: true vrf: description: - - Name of the VRF. The name 'default' is a valid VRF representing the global bgp. + - Name of the VRF. The name 'default' is a valid VRF representing the global BGP. required: false default: null bestpath_always_compare_med: