controllers: evpn : add min/max value to asn

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2022-02-11 10:33:25 +01:00 committed by Thomas Lamprecht
parent 1262519c3d
commit 9e6b99fd8c

View file

@ -22,6 +22,8 @@ sub properties {
asn => {
type => 'integer',
description => "autonomous system number",
minimum => 0,
maximum => 4294967296
},
peers => {
description => "peers address list.",