Only pass 'schema' to the validator creation.

This commit is contained in:
Pim van Pelt
2022-03-13 16:48:52 +00:00
parent 0313666f69
commit 881c0faaab
6 changed files with 14 additions and 14 deletions

View File

@ -259,7 +259,7 @@ def get_mtu(yaml, ifname):
return 1500
def validate_interfaces(args, yaml):
def validate_interfaces(yaml):
result = True
msgs = []
logger = logging.getLogger('vppcfg.validator')