diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-10-21 15:17:41 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-03-27 14:57:18 +0200 | 
| commit | 6c90403bb183838a40fc2ed49b25976495366850 (patch) | |
| tree | 80e4f8eea055a108cf022fd18e920792f2d15ccb /zebra/zebra_rnh.h | |
| parent | e9ac2861e521c2b35ffa1319a6d38fb3453e83a4 (diff) | |
zebra: `show ip nht mrib`
Prints the SAFI_MULTICAST NHT state in zebra.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_rnh.h')
| -rw-r--r-- | zebra/zebra_rnh.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_rnh.h b/zebra/zebra_rnh.h index c8e7dda437..3991066d1b 100644 --- a/zebra/zebra_rnh.h +++ b/zebra/zebra_rnh.h @@ -45,8 +45,8 @@ extern void zebra_deregister_rnh_pseudowire(vrf_id_t, struct zebra_pw *);  extern void zebra_remove_rnh_client(struct rnh *rnh, struct zserv *client);  extern void zebra_evaluate_rnh(struct zebra_vrf *zvrf, afi_t afi, int force,  			       struct prefix *p, safi_t safi); -extern void zebra_print_rnh_table(vrf_id_t vrfid, afi_t afi, struct vty *vty, -				  struct prefix *p); +extern void zebra_print_rnh_table(vrf_id_t vrfid, afi_t afi, safi_t safi, +				  struct vty *vty, struct prefix *p);  extern int rnh_resolve_via_default(struct zebra_vrf *zvrf, int family);  | 
