Changes to NextHopManager
[vpnservice.git] / nexthopmgr / nexthopmgr-api / src / main / yang / l3nexthop.yang
index 8fdc6902279402ae725752327d9aa4ff166a10f5..3090e70211b1447c2c58349cb7bc68f87fc2c11b 100644 (file)
@@ -43,4 +43,14 @@ module l3nexthop {
                        leaf localDestination {type boolean;}
                }
        }
+
+       rpc removeLocalNextHop {
+               description "remove a local next hop";
+               input {
+                       leaf dpnId {type uint32;}
+                       leaf vpnId { type uint32;}  /* optional */
+                       leaf ipPrefix {type string;}
+                       leaf nexthopIp {type string;}
+               }
+       }
 }
\ No newline at end of file