]> git.proxmox.com Git - mirror_frr.git/commit
ripngd: add vrf input parameter to the "clear-ripng-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)
commitc5b2b5f65cd76c76f9d1ed1a219b33469f1e8524
treec2f64a3b4854f36aab5afd0b389f9e7692780e82
parent80cf4e451db10daf78d277f36a97ece1615f0450
ripngd: add vrf input parameter to the "clear-ripng-route" RPC

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

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

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripngd/ripng_cli.c
ripngd/ripng_northbound.c
yang/frr-ripngd.yang