Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bd17d535 authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

Fix valid:schema problem when using kavlan_pattern at the port level

parent 0848e61c
No related branches found
No related tags found
No related merge requests found
Pipeline #201396 passed with warnings
......@@ -5,7 +5,7 @@ class HashValidator::Validator::LinecardPortValidator < HashValidator::Validator
def initialize
super('linecard_port')
@port_properties = ["uid", "name", "port", "kind", "mtu", "rate", "site", "aggregation", "snmp_pattern"]
@port_properties = ["uid", "name", "port", "kind", "mtu", "rate", "site", "aggregation", "snmp_pattern", "kavlan_pattern"]
end
def validate(key, values, _validations, errors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment