corebgp

(★ 185)

CoreBGP is a BGP library written in Go that implements the BGP FSM with an event-driven, pluggable model.

  • .gitignore
  • example_update_decoder_test.go
  • fsm.go
  • go.mod
  • go.sum
  • iana_const.go
  • iana_gen.go
  • LICENSE
  • logger.go
  • notification_error.go
  • packet.go
  • packet_test.go
  • peer.go
  • peer_options.go
  • plugin.go
  • README.md
  • server.go
  • server_test.go
  • tcp_md5_sig.go
  • tcp_md5_sig_linux.go
  • tcp_md5_sig_linux_test.go
  • update.go
  • update_test.go
// repository documentation