]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: add vrf input parameter to the "clear-rip-route" RPC
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 21:08:10 +0000 (19:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
commit14f17e6362fdc36428883c8557df6c681c9bceb4
tree540fb706b4f8d4cfccbb63959942d2a2364dec57
parent32600a9807fafe113cc332dff1496631269f6a3a
ripd: add vrf input parameter to the "clear-rip-route" RPC

Description of the new parameter (adapted from the ietf-rip module):

  "VRF name identifying a specific RIP instance.
   This leaf is optional for the rpc.
   If it is specified, the rpc will clear all routes in the
   specified RIP instance;
   if it is not specified, the rpc will clear all routes in
   all RIP instances.";

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/rip_cli.c
ripd/rip_northbound.c
yang/frr-ripd.yang