diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-26 17:40:55 -0500 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-26 17:40:55 -0500 | 
| commit | e6eec072abd7088c09a23d0328ac9bc9fd00ad7e (patch) | |
| tree | 99db60967b6c49482759f6a13548bc50127144f1 /ripngd/ripng_routemap.c | |
| parent | 1254d5fc4e7d6b3717177fd353974a55b1777d4a (diff) | |
ripngd: convert ripngd to mgmtd
- a couple small fixes for ripd conversion as well.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'ripngd/ripng_routemap.c')
| -rw-r--r-- | ripngd/ripng_routemap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_routemap.c b/ripngd/ripng_routemap.c index b5f74be3f6..3370546d5c 100644 --- a/ripngd/ripng_routemap.c +++ b/ripngd/ripng_routemap.c @@ -386,7 +386,7 @@ static const struct route_map_rule_cmd route_set_tag_cmd = {  void ripng_route_map_init(void)  { -	route_map_init(); +	route_map_init_new(true);  	route_map_match_interface_hook(generic_match_add);  	route_map_no_match_interface_hook(generic_match_delete);  | 
