diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-02 18:34:03 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-09 14:26:30 -0400 |
| commit | 9b6d8fcf29cee8a748daedf4ba9ce8704fef1a02 (patch) | |
| tree | a0ebb5bb87b1c822b8a4f7f6f3843b237cfa5871 /gdb | |
| parent | 18ee8310313d2891f6e023e751e2212856e8e8cc (diff) | |
bgpd: Convert binfo to path
Convert the binfo variable to path.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'gdb')
| -rw-r--r-- | gdb/lib.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/lib.txt b/gdb/lib.txt index b703808b48..60a004e1e1 100644 --- a/gdb/lib.txt +++ b/gdb/lib.txt @@ -16,7 +16,7 @@ # ... # (gdb) cont # Breakpoint 3, bgp_write_packet (peer=0x7fa885199080) at bgp_packet.c:614 -# 614 if (CHECK_FLAG (adv->binfo->peer->cap,PEER_CAP_RESTART_RCV) +# 614 if (CHECK_FLAG (adv->path->peer->cap,PEER_CAP_RESTART_RCV) # (gdb) dump_prefix4 &adv->rn->p # IPv4:10.1.1.0/24 # (gdb) dump_prefix &adv->rn->p |
