diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2018-11-29 16:11:05 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2018-12-03 16:47:58 +0100 |
commit | b87413387024dec9149e4922cb134b898a5dd426 (patch) | |
tree | d774df15dcfa0c968293f46780ff46fa2ca27276 /ripngd/ripng_routemap.c | |
parent | ripngd: retrofit the 'split-horizon' command to the new northbound model (diff) | |
download | frr-b87413387024dec9149e4922cb134b898a5dd426.tar.xz frr-b87413387024dec9149e4922cb134b898a5dd426.zip |
ripngd: fix SIGHUP handling
Now that all ripngd commands were converted to the new northbound
model, the ripngd SIGHUP handler is capable of doing a full
configuration reload just by calling the vty_read_config()
function. Nothing else should be done in the SIGHUP handler.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripng_routemap.c')
-rw-r--r-- | ripngd/ripng_routemap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ripngd/ripng_routemap.c b/ripngd/ripng_routemap.c index a18332516..9a9e346a5 100644 --- a/ripngd/ripng_routemap.c +++ b/ripngd/ripng_routemap.c @@ -337,12 +337,6 @@ static struct route_map_rule_cmd route_set_tag_cmd = { #define MATCH_STR "Match values from routing table\n" #define SET_STR "Set values in destination routing protocol\n" -void ripng_route_map_reset() -{ - /* XXX ??? */ - ; -} - void ripng_route_map_init() { route_map_init(); |