Closed sajith closed 2 weeks ago
Totals | |
---|---|
Change from base Build 11799592589: | 0.1% |
Covered Lines: | 1109 |
Relevant Lines: | 1948 |
@italovalcy The request you've provided in #356 is this:
{
"name": "VLAN between AMPATH/300 and TENET/300",
"endpoints": [
{
"port_id": "urn:sdx:port:ampath.net:Ampath3:50",
"vlan": "300"
},
{
"port_id": "urn:sdx:port:tenet.ac.za:Tenet03:50",
"vlan": "any"
}
]
}
But that does not produce an out of range error (see test status at commit c0389de), so I used 30000 for endpoints.0.vlan
instead. The error you reported should be fixed once this PR gets merged. Thank you for the helpful error description!
Resolves #356.