X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nexthopmgr%2Fnexthopmgr-api%2Fsrc%2Fmain%2Fyang%2Fl3nexthop.yang;fp=nexthopmgr%2Fnexthopmgr-api%2Fsrc%2Fmain%2Fyang%2Fl3nexthop.yang;h=3090e70211b1447c2c58349cb7bc68f87fc2c11b;hb=f712d08c9d4d33d7c3f8373a5796d617c523f2b8;hp=8fdc6902279402ae725752327d9aa4ff166a10f5;hpb=42c322817cb799810b82212370b23ee92d866294;p=vpnservice.git diff --git a/nexthopmgr/nexthopmgr-api/src/main/yang/l3nexthop.yang b/nexthopmgr/nexthopmgr-api/src/main/yang/l3nexthop.yang index 8fdc6902..3090e702 100644 --- a/nexthopmgr/nexthopmgr-api/src/main/yang/l3nexthop.yang +++ b/nexthopmgr/nexthopmgr-api/src/main/yang/l3nexthop.yang @@ -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