diff options
| author | rgirada <rgirada@vmware.com> | 2022-08-22 11:15:56 -0700 |
|---|---|---|
| committer | rgirada <rgirada@vmware.com> | 2022-08-23 21:15:12 -0700 |
| commit | 7b71c1e3f7d941ba0055bf0d181d5f9eadb2e96c (patch) | |
| tree | b0cd4b930e501b3b472c74976d85137161b598db /pimd/pim_cmd_common.c | |
| parent | 8475465d98a217ba23b33b0d289b0fce6f52cafe (diff) | |
ospfd: Adding per neighbour json details to GR helper detail command
Description:
Per neighbor GR enabled information is missing from json
output in "show ip ospf gr helper details json" command.
Example config:
frr(config-router)# graceful-restart helper enable 2.2.2.2
frr(config-router)#
frr(config-router)# do show ip ospf graceful-restart helper detail
OSPF Router with ID (10.112.156.220)
Graceful restart helper support disabled.
Strict LSA check is enabled.
Helper supported for Planned and Unplanned Restarts.
Supported Graceful restart interval: 1800(in seconds).
Enable Router list:
2.2.2.2,
frr(config-router)# do show ip ospf graceful-restart helper detail json
{
"routerId":"10.112.156.220",
"helperSupport":"Disabled",
"strictLsaCheck":"Enabled",
"restartSupoort":"Planned and Unplanned Restarts",
"supportedGracePeriod":1800,
}
frr(config-router)#
Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'pimd/pim_cmd_common.c')
0 files changed, 0 insertions, 0 deletions
