diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-27 02:15:56 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | 010bd3e5702d1ed52fcf19d950a558b74897c67b (patch) | |
| tree | 80272738dac2cfbbcd626bfdc74287ba9616a922 /zebra/zebra_routemap.h | |
| parent | cc619176fe8f06d1bf85e5f0225acf08240c2698 (diff) | |
zebra: convert route-map delay-timer command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_routemap.h')
| -rw-r--r-- | zebra/zebra_routemap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_routemap.h b/zebra/zebra_routemap.h index 3b8edf50ea..bc36fd3997 100644 --- a/zebra/zebra_routemap.h +++ b/zebra/zebra_routemap.h @@ -35,6 +35,7 @@ extern route_map_result_t zebra_nht_route_map_check(afi_t afi, int client_proto, struct route_entry *re, struct nexthop *nexthop); +extern void zebra_route_map_set_delay_timer(uint32_t value); extern int ip_protocol_rm_add(struct zebra_vrf *zvrf, const char *rmap, int rtype, afi_t afi, safi_t safi); extern int ip_protocol_rm_del(struct zebra_vrf *zvrf, const char *rmap, |
