From 7b160c9a821c57bd2b836d512b35ec9c04fa66b9 Mon Sep 17 00:00:00 2001 From: najieb Date: Wed, 31 May 2023 10:04:36 +0700 Subject: [PATCH] Update schema.yaml --- vppcfg/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vppcfg/schema.yaml b/vppcfg/schema.yaml index 2baadb6..bc1892b 100644 --- a/vppcfg/schema.yaml +++ b/vppcfg/schema.yaml @@ -37,7 +37,7 @@ loopback: bondethernet: description: str(exclude='\'"',len=64,required=False) mac: mac(required=False) - interfaces: list(str(matches='.*GigabitEthernet[0-9]+/[0-9]+/[0-9]+'),required=False) + interfaces: list(str(matches='.*GigabitEthernet[0-9a-z]+/[0-9]+/[0-9]+'),required=False) mode: enum('round-robin','active-backup','broadcast','lacp','xor',required=False) load-balance: enum('l2','l23','l34',required=False) ---