From 52ed410679361daedf2727ed0902d857628417a4 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Fri, 2 Sep 2016 18:15:30 +0200 Subject: [PATCH] Fixed DOCSTRING --- lib/ansible/modules/network/nxos/nxos_bgp_neighbor_af.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/nxos/nxos_bgp_neighbor_af.py b/lib/ansible/modules/network/nxos/nxos_bgp_neighbor_af.py index a2eb874673..11b0899dc6 100644 --- a/lib/ansible/modules/network/nxos/nxos_bgp_neighbor_af.py +++ b/lib/ansible/modules/network/nxos/nxos_bgp_neighbor_af.py @@ -81,7 +81,7 @@ options: advertise_map_exist: description: - Conditional route advertisement. This property requires two - route maps: an advertise-map and an exist-map. Valid values are + route maps, an advertise-map and an exist-map. Valid values are an array specifying both the advertise-map name and the exist-map name, or simply 'default' e.g. ['my_advertise_map', 'my_exist_map']. This command is mutually exclusive with the @@ -91,7 +91,7 @@ options: advertise_map_non_exist: description: - Conditional route advertisement. This property requires two - route maps: an advertise-map and an exist-map. Valid values are + route maps, an advertise-map and an exist-map. Valid values are an array specifying both the advertise-map name and the non-exist-map name, or simply 'default' e.g. ['my_advertise_map', 'my_non_exist_map']. This command is mutually