mirror of
https://git.proxmox.com/git/pve-network
synced 2025-07-27 05:59:58 +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 => {
|
||||
type => 'integer',
|
||||
description => "autonomous system number",
|
||||
minimum => 0,
|
||||
maximum => 4294967296
|
||||
},
|
||||
peers => {
|
||||
description => "peers address list.",
|
||||
|
Loading…
Reference in New Issue
Block a user