mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-05-01 11:36:22 +02:00
controllers: evpn : add min/max value to asn
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
1262519c3d
commit
9e6b99fd8c
|
@ -22,6 +22,8 @@ sub properties {
|
||||||
asn => {
|
asn => {
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
description => "autonomous system number",
|
description => "autonomous system number",
|
||||||
|
minimum => 0,
|
||||||
|
maximum => 4294967296
|
||||||
},
|
},
|
||||||
peers => {
|
peers => {
|
||||||
description => "peers address list.",
|
description => "peers address list.",
|
||||||
|
|
Loading…
Reference in a new issue