Skip to content

Commit

Permalink
remove debugging output from bgp fsm
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris authored and BarbarossaTM committed Dec 6, 2022
1 parent 3390771 commit a12b0a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocols/bgp/server/fsm_established.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (s *establishedState) msgReceived(data []byte, opt *packet.DecodeOptions, b

switch msg.Header.Type {
case packet.NotificationMsg:
fmt.Println(data)
return s.notification()
case packet.UpdateMsg:
return s.update(msg.Body.(*packet.BGPUpdate), bmpPostPolicy, timestamp)
Expand Down

0 comments on commit a12b0a4

Please sign in to comment.