summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_routemap.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-10-19 16:55:01 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-10-19 16:55:59 +0200
commitb2575bc05b53977dbf6006d3cbde5a1b98221bdc (patch)
treeddebdb028d3bf256f1f63211c0a82e7e54b9ed1e /ripngd/ripng_routemap.c
parentvtysh: refactor vtysh_client_{config,execute} (diff)
downloadfrr-b2575bc05b53977dbf6006d3cbde5a1b98221bdc.tar.xz
frr-b2575bc05b53977dbf6006d3cbde5a1b98221bdc.zip
*: Consolidate routemap initialization
Consolidate the routemap initialization into one function. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripng_routemap.c')
-rw-r--r--ripngd/ripng_routemap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripng_routemap.c b/ripngd/ripng_routemap.c
index ee4f4afce..19fa70227 100644
--- a/ripngd/ripng_routemap.c
+++ b/ripngd/ripng_routemap.c
@@ -683,7 +683,6 @@ void
ripng_route_map_init ()
{
route_map_init ();
- route_map_init_vty ();
route_map_install_match (&route_match_metric_cmd);
route_map_install_match (&route_match_interface_cmd);