]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Controllers/EvpnPlugin.pm
controllers: evpn : add min/max value to asn
[pve-network.git] / PVE / Network / SDN / Controllers / EvpnPlugin.pm
index 61a631455aa7783e48b24e876e4a364e2b6c8f59..d02bdf70b5e202d5505cf832e3e66bbbc1192842 100644 (file)
@@ -22,6 +22,8 @@ sub properties {
        asn => {
            type => 'integer',
            description => "autonomous system number",
+           minimum => 0,
+           maximum => 4294967296
        },
        peers => {
            description => "peers address list.",