Skip to content
Snippets Groups Projects
Commit 1d730f47 authored by Sam Roberts's avatar Sam Roberts
Browse files

accept nren-asn-map in config

parent c4f7bef4
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,12 @@ CONFIG_SCHEMA = {
'type': 'array',
'items': {'$ref': '#/definitions/gws-direct-nren-isp'}
},
'nren-asn-map': {
'type': 'object',
'patternProperties': {
'^\d+$': {'type': 'string'}
}
}
},
'type': 'object',
......@@ -207,7 +213,8 @@ CONFIG_SCHEMA = {
'type': 'array',
'items': {'$ref': '#/definitions/interface-address'}
},
'gws-direct': {'$ref': '#/definitions/gws-direct'}
'gws-direct': {'$ref': '#/definitions/gws-direct'},
'nren-asn-map': {'$ref': '#/definitions/nren-asn-map'}
},
'oneOf': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment