mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 12:37:10 +00:00
pim6d: Adding last member query count field in "show ipv6 mld interface [ifname] json" command.
Fixes: #12004 Signed-off-by: Abhishek N R <abnr@vmware.com>
This commit is contained in:
parent
760863701e
commit
6b94500dba
@ -2430,6 +2430,8 @@ static void gm_show_if_one(struct vty *vty, struct interface *ifp,
|
||||
gm_ifp->t_other_querier);
|
||||
json_object_int_add(js_if, "timerRobustnessValue",
|
||||
gm_ifp->cur_qrv);
|
||||
json_object_int_add(js_if, "lastMemberQueryCount",
|
||||
gm_ifp->cur_lmqc);
|
||||
json_object_int_add(js_if, "timerQueryIntervalMsec",
|
||||
gm_ifp->cur_query_intv);
|
||||
json_object_int_add(js_if, "timerQueryResponseTimerMsec",
|
||||
|
Loading…
Reference in New Issue
Block a user