diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-27 01:51:33 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | cc619176fe8f06d1bf85e5f0225acf08240c2698 (patch) | |
| tree | 615c94a2497ffab74c6c04ed86af1af6cbd4933e /zebra/zebra_routemap.h | |
| parent | f776dda1ec5b2ac6f9a0bc71501acf958abd2e5f (diff) | |
zebra: convert ip nht commands to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_routemap.h')
| -rw-r--r-- | zebra/zebra_routemap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_routemap.h b/zebra/zebra_routemap.h index 018e874ddd..3b8edf50ea 100644 --- a/zebra/zebra_routemap.h +++ b/zebra/zebra_routemap.h @@ -39,6 +39,10 @@ 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, int rtype, afi_t afi, safi_t safi); +extern int ip_nht_rm_add(struct zebra_vrf *zvrf, const char *rmap, int rtype, + int afi); +extern int ip_nht_rm_del(struct zebra_vrf *zvrf, const char *rmap, int rtype, + int afi); extern void zebra_routemap_vrf_delete(struct zebra_vrf *zvrf); |
