diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-19 16:55:01 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-19 16:55:59 +0200 |
commit | b2575bc05b53977dbf6006d3cbde5a1b98221bdc (patch) | |
tree | ddebdb028d3bf256f1f63211c0a82e7e54b9ed1e /ripngd/ripng_routemap.c | |
parent | vtysh: refactor vtysh_client_{config,execute} (diff) | |
download | frr-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.c | 1 |
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); |