Continue validation even after error occurs, catching as many errors as possible for the user
This commit is contained in:
@ -120,7 +120,6 @@ def interface(args, yaml):
|
||||
if ifname.startswith("BondEthernet") and not bondethernet.exists(yaml, ifname):
|
||||
msgs.append("interface %s does not exist in bondethernets" % ifname)
|
||||
result = False
|
||||
continue
|
||||
|
||||
iface_lcp = has_lcp(yaml, ifname)
|
||||
iface_address = has_address(yaml, ifname)
|
||||
|
Reference in New Issue
Block a user