mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #2113 from donaldsharp/attr_debug
bgpd: Add some additional attribute information to dump
This commit is contained in:
commit
2bf50cee89
@ -593,6 +593,9 @@ static void attr_show_all_iterator(struct hash_backet *backet, struct vty *vty)
|
||||
|
||||
vty_out(vty, "attr[%ld] nexthop %s\n", attr->refcnt,
|
||||
inet_ntoa(attr->nexthop));
|
||||
vty_out(vty, "\tflags: %" PRIu64 " med: %u local_pref: %u origin: %u weight: %u\n",
|
||||
attr->flag, attr->med, attr->local_pref, attr->origin,
|
||||
attr->weight);
|
||||
}
|
||||
|
||||
void attr_show_all(struct vty *vty)
|
||||
|
Loading…
Reference in New Issue
Block a user