FibManager module sync up
[netvirt.git] / vpnservice / fibmanager / fibmanager-api / src / main / yang / odl-fib.yang
index 7e5213a77b6ce59b7992de7695fce7adaa885952..10d70f84cccdaed241d29a213b12c93b3ce0d652 100644 (file)
@@ -27,8 +27,13 @@ module odl-fib {
                 type uint32;
                 mandatory true;
             }
-            leaf nextHopAddress {
+            leaf-list nextHopAddressList {
                 type string;
+                min-elements "1";
+            }
+            leaf origin {
+                type string;
+                mandatory true;
             }
         }
     }