Skip to content

Commit

Permalink
evpn type2 use in graceful restart crash
Browse files Browse the repository at this point in the history
Gobgp will crash when use evpn type2 sync in graceful restart and peer(crash or out by kill -9/reboot)
  • Loading branch information
liangrunqiang committed Jan 4, 2023
1 parent e32b28f commit 9026872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/table/table_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (manager *TableManager) handleMacMobility(path *Path) []*Path {
break
}
}
return d.ESI, d.ETag, d.MacAddress, seq, p.info.source.Address
return d.ESI, d.ETag, d.MacAddress, seq, p.GetSource().Address
}
e1, et1, m1, s1, i1 := f(path)
e2, et2, m2, s2, i2 := f(path2)
Expand Down

0 comments on commit 9026872

Please sign in to comment.