mirror of
https://git.proxmox.com/git/pve-network
synced 2025-07-27 13:33:04 +00: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 New Issue
Block a user