mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +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 => {
|
||||
type => 'integer',
|
||||
description => "autonomous system number",
|
||||
minimum => 0,
|
||||
maximum => 4294967296
|
||||
},
|
||||
peers => {
|
||||
description => "peers address list.",
|
||||
|
|
Loading…
Reference in a new issue