Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jwhited/corebgp issues and pull requests
#57 - AddPathTuple decoding should return a Notification err
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#56 - implement add-path Capability constructor
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#55 - When OnEstablished callback takes a long time, peer may reset the connection with hold time expired
Issue -
State: closed - Opened by netixx almost 2 years ago
- 6 comments
#54 - implement add-path decoding
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#53 - implement Capability.Equal()
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#52 - update IANA constants
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#51 - implement UpdateDecoder with composable decode funcs
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#50 - require Go 1.20
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#49 - require four-octet AS number space capability
Pull Request -
State: closed - Opened by jwhited almost 2 years ago
#48 - rename and retype DefaultHoldTime to DefaultHoldTimeSeconds
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#47 - add WithHoldTime() PeerOption
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#46 - go generate iana_gen.go
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#45 - {PeerConfig, PeerOption}: move LocalAddress to WithLocalAddress()
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#44 - PeerConfig: strict vs loose LocalAddress
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#43 - PeerConfig.LocalAddress should be optional when passive
Issue -
State: closed - Opened by jwhited about 2 years ago
#42 - add listen-range example
Issue -
State: open - Opened by jwhited about 2 years ago
#41 - use netip.Addr instead of net.IP
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#40 - require Go 1.19 and update deps
Pull Request -
State: closed - Opened by jwhited about 2 years ago
#39 - add generated map for notification code lookup
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#38 - make iana const naming more consistent
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#37 - generate IANA constants for path attrs and notif codes
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#36 - generate constants for IANA BGP capabilities, AFIs, and SAFIs
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#35 - update workflows for go 1.17
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#34 - fix peer config validation and add server test
Pull Request -
State: closed - Opened by jwhited over 2 years ago
#33 - Use netip.Addr instead of net.IP
Pull Request -
State: closed - Opened by grongor about 3 years ago
- 3 comments
#32 - Sockopt example
Pull Request -
State: closed - Opened by jwhited almost 4 years ago
#31 - add capability constructors
Issue -
State: closed - Opened by jwhited almost 4 years ago
- 2 comments
Labels: enhancement
#30 - implement SetTCPMD5Signature()
Pull Request -
State: closed - Opened by jwhited almost 4 years ago
#29 - support loading BIRD config per integration test case
Pull Request -
State: closed - Opened by jwhited almost 4 years ago
#28 - add WithDialerControl() example and tcp md5 sig helpers
Issue -
State: closed - Opened by jwhited almost 4 years ago
- 2 comments
Labels: enhancement
#27 - integration test WithDialerControl() that sets a tcp md5 sig
Issue -
State: closed - Opened by jwhited almost 4 years ago
- 1 comment
Labels: enhancement
#26 - support loading bird config per integration test
Issue -
State: closed - Opened by jwhited almost 4 years ago
Labels: enhancement
#25 - implement WithDialerControl
Pull Request -
State: closed - Opened by jwhited almost 4 years ago
#24 - implement LocalAddrs() ServerOption
Pull Request -
State: closed - Opened by jwhited almost 4 years ago
#23 - support multiple listeners
Issue -
State: closed - Opened by jwhited almost 4 years ago
- 1 comment
Labels: enhancement
#22 - tcp md5 peer option
Issue -
State: closed - Opened by jwhited almost 4 years ago
- 2 comments
Labels: enhancement
#21 - IP TTL peer option
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#20 - include a CloseReason in OnClose()
Issue -
State: open - Opened by jwhited about 4 years ago
Labels: enhancement
#19 - test sending Notification from UpdateMessageHandler
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#18 - test sending notification from OnOpenMessage()
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#17 - test bidirectional UPDATE w/BIRD
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#16 - add router ID to OnOpenMessage()
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#15 - integration test notification via updateMessageHandler
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#14 - add router ID to OnOpenMessage()
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#13 - integration test non-nil notification on open
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#12 - integration test bidirectional UPDATE messages
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#11 - integration test w/bird
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: enhancement
#10 - bird integration test
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#9 - capability non-pointer
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#8 - PeerConfig as value to prevent collision errors
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#7 - implement server.GetPeer() and server.ListPeers()
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#6 - configurable peer port
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#5 - configurable connect retry time
Pull Request -
State: closed - Opened by jwhited about 4 years ago
#4 - implement server.Get/ListPeer()
Issue -
State: closed - Opened by jwhited about 4 years ago
Labels: enhancement
#3 - implement sane timeout for outbound dialer
Issue -
State: closed - Opened by jwhited about 4 years ago
- 1 comment
Labels: bug
#2 - configurable dst port for outbound connections
Issue -
State: closed - Opened by jwhited about 4 years ago
Labels: enhancement
#1 - setup github workflows
Pull Request -
State: closed - Opened by jwhited about 4 years ago