From f8a89f120ff14bff205c85daa3093767aec44429 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Thu, 25 Jan 2018 20:02:02 +0530 Subject: [PATCH] update nxos_interface doc (#35350) Signed-off-by: Trishna Guha --- lib/ansible/modules/network/nxos/nxos_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/nxos/nxos_interface.py b/lib/ansible/modules/network/nxos/nxos_interface.py index 8570821ca1..e47939520d 100644 --- a/lib/ansible/modules/network/nxos/nxos_interface.py +++ b/lib/ansible/modules/network/nxos/nxos_interface.py @@ -72,6 +72,7 @@ options: mode: description: - Manage Layer 2 or Layer 3 state of the interface. + This option is supported for ethernet and portchannel interface. required: false default: null choices: ['layer2','layer3']