Remove artificial limit on the maximum number of bridge-domains
authorMarek Gradzki <[email protected]>
Wed, 8 Jun 2016 08:08:26 +0000 (10:08 +0200)
committerMaros Marsalek <[email protected]>
Fri, 10 Jun 2016 08:19:06 +0000 (08:19 +0000)
VPP code does not limit number of bridge domains to 1024.

Change-Id: I280174d0e741b599b39f05b8db2bf0a423aeffcb
Signed-off-by: Marek Gradzki <[email protected]>
v3po/api/src/main/yang/v3po.yang

index 1298d10..f35ccdc 100644 (file)
@@ -342,8 +342,6 @@ module v3po {
     container bridge-domains {
       list bridge-domain {
         key "name";
-        // TODO: where does this come from?
-        max-elements 1024;
 
         leaf name {
           type string;