From 4e20cef83b469d1aee6b0c42238042acd712534e Mon Sep 17 00:00:00 2001 From: pskliarenko <“pskliarenko@bsh.ru”> Date: Mon, 6 Nov 2023 22:35:24 +0400 Subject: [PATCH] Typo fix --- ntc_templates/templates/cisco_s300_show_vlan.textfsm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntc_templates/templates/cisco_s300_show_vlan.textfsm b/ntc_templates/templates/cisco_s300_show_vlan.textfsm index ce1954c10b..bf493a48db 100644 --- a/ntc_templates/templates/cisco_s300_show_vlan.textfsm +++ b/ntc_templates/templates/cisco_s300_show_vlan.textfsm @@ -18,9 +18,9 @@ Start Column5 ^(\s*-*)*\s*$$ ^\s*\d+.* -> Continue.Record - ^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACE})?\s+${TYPE}\s+${AUTHORIZATION}\s*$$ + ^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACES})?\s+${TYPE}\s+${AUTHORIZATION}\s*$$ Column4 ^(\s*-*)*\s*$$ ^\s*\d+.* -> Continue.Record - ^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACE})?\s+${CREATED_BY}\s*$$ + ^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACES})?\s+${CREATED_BY}\s*$$