index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
server
/
peer.go
Age
Commit message (
Expand
)
Author
2016-07-20
remove gRPC dependency from peer.go
FUJITA Tomonori
2016-06-14
server: replace SenderMsg workaround with InfiniteChannel
FUJITA Tomonori
2016-06-13
drop unknown optional non-transitive attributes
FUJITA Tomonori
2016-05-26
policy: add support setting self ip address as next-hop
ISHIDA Wataru
2016-05-25
policy: add local-pref action
ISHIDA Wataru
2016-05-23
server/table: fix intra-AS RTC route distribution
ISHIDA Wataru
2016-05-23
policy: apply export-policy after normal path-attribute updates
ISHIDA Wataru
2016-05-23
server: improve log message
ISHIDA Wataru
2016-05-21
policy: apply export-policy after normal path-attribute updates
ISHIDA Wataru
2016-05-21
cli: include route-reflector/route-server infomation in Peer message
ISHIDA Wataru
2016-05-10
docs: add comment for dubious code
FUJITA Tomonori
2016-05-05
fix 332766189685028c4f9852e4285fb1a9025223cc regression
FUJITA Tomonori
2016-04-25
remove collector mode support
FUJITA Tomonori
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-19
server: support prefix-limit re-configuration via configuration file
ISHIDA Wataru
2016-04-19
peer: remove redundant config structs
ISHIDA Wataru
2016-04-19
server: fix Peer.prefixLimitWarned to adapt with multi-protocol
ISHIDA Wataru
2016-04-19
cli: show prefix-limit configuration by `gobgp neighbor <neighbor-addr>`
ISHIDA Wataru
2016-04-19
server: send local withdrawal paths regardless of path calculation result
ISHIDA Wataru
2016-04-11
peer: prefix-limit calls peer.adjRibIn.Count only if enabled
FUJITA Tomonori
2016-04-10
server: support prefix-limit
ISHIDA Wataru
2016-04-10
server: serialize in fsm send loop
ISHIDA Wataru
2016-03-31
server: update path-attributes when peer is disconnected
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-07
server: make rx goroutine reading from socket never sleep
FUJITA Tomonori
2016-03-02
server: use raw data as downtime/uptime instead of duration
FUJITA Tomonori
2016-02-29
config/server: support per-peer asn
ISHIDA Wataru
2016-02-19
Revert "test: add performance_test"
FUJITA Tomonori
2016-02-10
server: support graceful-restart helper-speaker behavior
ISHIDA Wataru
2016-02-10
gobgpd: support graceful-restart restarting-speaker behavior
ISHIDA Wataru
2016-02-10
table: support sending/receiving EOR msg
ISHIDA Wataru
2016-02-10
table: fix adjrib regression
FUJITA Tomonori
2016-02-06
add route collector feature support
FUJITA Tomonori
2016-01-29
api: fix typo s/advertized/advertised
ISHIDA Wataru
2016-01-29
server: add negotiated holdtime/keepalive-interval in api struct
ISHIDA Wataru
2016-01-29
server: remove a redundant FSM negotiatedHoldtime field
ISHIDA Wataru
2016-01-25
config: add openconfig identity structs in bgp_configs.go
ISHIDA Wataru
2016-01-25
server: log received notification
ISHIDA Wataru
2016-01-25
config: add go type of embeded enums defined in openconfig
ISHIDA Wataru
2016-01-16
server: reduce number of path.Clone() call to reduce memory footprint
ISHIDA Wataru
2016-01-16
policy: introduce policy option infra
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2016-01-09
config: change enum value type to string for ease of configuration
ISHIDA Wataru
2016-01-06
server: fix storing received open msg
ISHIDA Wataru
2016-01-04
server: introduce fastpath for fsm state change
ISHIDA Wataru
2016-01-04
server: handle open message only in fsm
ISHIDA Wataru
2015-12-29
config: use viper and support multiple configuration formats
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-09
server: use ID() for path's Filter and Filtered methods instead of TableID()
FUJITA Tomonori
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
[next]