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
Age
Commit message (
Expand
)
Author
2016-08-26
add RemoteRouterId to config.NeighborState
FUJITA Tomonori
2016-08-17
policy: support route-type condition
ISHIDA Wataru
2016-08-15
mrt: support per-peer table dump with route server configuration
FUJITA Tomonori
2016-08-14
support mrt table dump (TABLE_DUMPv2 format)
FUJITA Tomonori
2016-08-05
config: fix compile error on non-linux platform
ISHIDA Wataru
2016-08-02
config: support unnumbered bgp peering
ISHIDA Wataru
2016-08-02
config: fix error propagatation in default config setting
ISHIDA Wataru
2016-07-30
all logging is done with log.WithFields
dsp
2016-07-29
config: simplify ipv6 link local address peering
ISHIDA Wataru
2016-07-29
config: curve out code specific to default global config setting
ISHIDA Wataru
2016-07-29
config: curve out code specific to default neighbor config setting
ISHIDA Wataru
2016-07-20
move gRPC-related code for RPKI to grpc_server.go
FUJITA Tomonori
2016-07-20
remove gRPC dependency from peer.go
FUJITA Tomonori
2016-06-01
server/config: fix md5ed ipv6 active connection
ISHIDA Wataru
2016-05-28
config: handle entry's empty name
FUJITA Tomonori
2016-05-28
config: fix misuse of pointers
FUJITA Tomonori
2016-05-23
add collector feature
FUJITA Tomonori
2016-05-17
zebra: make zebra config consistent with the rests
FUJITA Tomonori
2016-05-09
server: support afi-safi re-configuration
ISHIDA Wataru
2016-05-09
config: fix ReadConfigfileServe() not to loop endlessly
ISHIDA Wataru
2016-04-27
config: support reload of AdminDown
ISHIDA Wataru
2016-04-27
config: avoid peer reset when only Config.Description is changed
ISHIDA Wataru
2016-04-27
config: don't take into account State struct in Equal()
ISHIDA Wataru
2016-04-27
config: make listen config struct aligned with open-config model
ISHIDA Wataru
2016-04-27
config: make route-target config struct aligned with open-config model
ISHIDA Wataru
2016-04-26
move NeighborPortNumber config to transport.Config
FUJITA Tomonori
2016-04-25
remove collector mode support
FUJITA Tomonori
2016-04-22
config: fix bug of UpdateConfig()
ISHIDA Wataru
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-20
server: support route-target constraint
ISHIDA Wataru
2016-04-20
packet: fix encap nlri (add encap ipv6 nlri)
ISHIDA Wataru
2016-04-19
server: support prefix-limit re-configuration via configuration file
ISHIDA Wataru
2016-04-19
config: use Equal() instead of reflect.DeepEqual()
ISHIDA Wataru
2016-04-19
config: generate Equal() method
ISHIDA Wataru
2016-04-19
config/gobgpd: refactoring
ISHIDA Wataru
2016-04-12
packet: create bmp package
FUJITA Tomonori
2016-04-12
packet: create rtr package
FUJITA Tomonori
2016-04-11
Add neighbor-port-number to bgp neighbor config
Yi Tseng
2016-04-10
config: add PrefixLimit configuration knob to top-level of AfiSafi
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-31
*: support draft-ietf-idr-flowspec-l2vpn-03
ISHIDA Wataru
2016-03-20
server: change mrt config format
FUJITA Tomonori
2016-03-20
*: support Opaque Signaling
ISHIDA Wataru
2016-03-20
server: support mrt dump rotation like Quagga
FUJITA Tomonori
2016-03-17
cli: enhance global command
ISHIDA Wataru
2016-03-17
config: fix SetDefaultConfigValues() not to use metadata for global config
ISHIDA Wataru
2016-03-17
config: move Mrt/Bmp configuration outside of Global configuration
ISHIDA Wataru
2016-03-17
server: minor refactoring of zebra related code
ISHIDA Wataru
2016-03-16
server: move SIGHUP handling to config file reader goroutine
FUJITA Tomonori
2016-02-29
config/server: support per-peer asn
ISHIDA Wataru
[next]