mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
Merge pull request #13080 from chiragshah6/fdev2
zebra: add evpn isDetectionFreeze to json output
This commit is contained in:
commit
8179b7e188
@ -3819,6 +3819,8 @@ void zebra_vxlan_print_evpn(struct vty *vty, bool uj)
|
||||
json_object_int_add(json, "detectionTime", zvrf->dad_time);
|
||||
json_object_int_add(json, "detectionFreezeTime",
|
||||
zvrf->dad_freeze_time);
|
||||
json_object_boolean_add(json, "isDetectionFreeze",
|
||||
zvrf->dad_freeze);
|
||||
zebra_evpn_mh_json(json);
|
||||
} else {
|
||||
vty_out(vty, "L2 VNIs: %u\n", num_l2vnis);
|
||||
|
Loading…
Reference in New Issue
Block a user