Skip to content

Commit

Permalink
Merge pull request loxilb-io#571 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
bfd : removed merge errors
  • Loading branch information
UltraInstinct14 authored Mar 5, 2024
2 parents da017d5 + 88947f1 commit c8f2ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/bfd.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ type Notifer interface {

type bfdSession struct {
RemoteName string
SourceIP string
Instance string
Cxn net.Conn
State SessionState
Expand Down Expand Up @@ -426,7 +425,6 @@ func (b *bfdSession) initialize(remoteIP string, sourceIP string, port uint16, i
if myIP == nil {
return errors.New("source address malformed")
}
b.SourceIP = sourceIP

if myIP.IsUnspecified() {
myIP = getMyDisc(ip)
Expand Down

0 comments on commit c8f2ede

Please sign in to comment.