diff options
| author | vdhingra <vdhingra@vmware.com> | 2020-07-01 22:36:51 -0700 | 
|---|---|---|
| committer | vdhingra <vdhingra@vmware.com> | 2020-07-16 08:40:42 -0700 | 
| commit | 755100ac8983324e02cca9e1ab50bca1ab2da4da (patch) | |
| tree | 82f051868e1d186b7164788774ffe57858c34c5a /zebra/zebra_nb.h | |
| parent | 88fa5104a04af60b7d1107f02ee84fb9c0a15abe (diff) | |
zebra: Moving afi-safi identity to lib
afi-safi identity handling should be in the common place.
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
Diffstat (limited to 'zebra/zebra_nb.h')
| -rw-r--r-- | zebra/zebra_nb.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zebra_nb.h b/zebra/zebra_nb.h index a9e7fd5fb0..defa206d59 100644 --- a/zebra/zebra_nb.h +++ b/zebra/zebra_nb.h @@ -26,10 +26,6 @@ extern "C" {  extern const struct frr_yang_module_info frr_zebra_info; -/* helper functions */ -const char *zebra_afi_safi_value2identity(afi_t afi, safi_t safi); -void zebra_afi_safi_identity2value(const char *key, afi_t *afi, safi_t *safi); -  /* prototypes */  int get_route_information_rpc(struct nb_cb_rpc_args *args);  int get_v6_mroute_info_rpc(struct nb_cb_rpc_args *args);  | 
