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
/
config
/
util.go
Age
Commit message (
Expand
)
Author
2017-07-04
support addpath recv
ISHIDA Wataru
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-01-16
config: Detect config file type automatically
IWASE Yusuke
2016-11-14
client: add golang client library
Wataru Ishida
2016-05-09
server: support afi-safi re-configuration
ISHIDA Wataru
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-20
server: support route-target constraint
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-01-25
config: add openconfig identity structs in bgp_configs.go
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-02
make adj-rib implementation more clear and efficient
ISHIDA Wataru
2015-11-09
server: call ValidateUpdateMsg() in fsm instead of peer
FUJITA Tomonori
2015-11-08
server: add rfmap to fsm too
FUJITA Tomonori
2015-11-08
table: fix local-pref handling for external peer
ISHIDA Wataru