2010-10-14 09:22:39 +00:00
|
|
|
--- a/bgpd/bgp_packet.c
|
|
|
|
+++ b/bgpd/bgp_packet.c
|
2010-12-07 17:44:19 +00:00
|
|
|
@@ -177,10 +177,11 @@ bgp_update_packet (struct peer *peer, af
|
2010-10-14 09:22:39 +00:00
|
|
|
|
|
|
|
if (rn->prn)
|
|
|
|
prd = (struct prefix_rd *) &rn->prn->p;
|
|
|
|
- if (binfo && binfo->extra)
|
|
|
|
+ if (binfo)
|
|
|
|
{
|
|
|
|
- tag = binfo->extra->tag;
|
|
|
|
from = binfo->peer;
|
|
|
|
+ if (binfo->extra)
|
|
|
|
+ tag = binfo->extra->tag;
|
|
|
|
}
|
|
|
|
|
|
|
|
bgp_packet_set_marker (s, BGP_MSG_UPDATE);
|