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-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
2016-02-12
config: validate when unmarshalling configuration
ISHIDA Wataru
2016-02-10
gobgpd: support graceful-restart restarting-speaker behavior
ISHIDA Wataru
2016-02-10
config: set default value related to graceful restart
ISHIDA Wataru
2016-02-06
add route collector feature support
FUJITA Tomonori
2016-02-04
server: add support specifying addresses to listen
ISHIDA Wataru
2016-01-25
config: remove hard-coded default address family
ISHIDA Wataru
2016-01-25
config: add openconfig identity structs in bgp_configs.go
ISHIDA Wataru
2016-01-25
config: add go type of embeded enums defined in openconfig
ISHIDA Wataru
2016-01-09
bmp: use watcher infra to implement bmp feature
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2016-01-09
config: add DO NOT EDIT warning
ISHIDA Wataru
2016-01-09
config: remove unnecessary augment
ISHIDA Wataru
2016-01-09
config: we don't need to modify origin PeerType name
ISHIDA Wataru
2016-01-09
config: remove redundant definition in gobgp.yang
ISHIDA Wataru
2016-01-09
config: add FromInt() method to config typedef
ISHIDA Wataru
2016-01-09
config: catch up with the latest openconfig
ISHIDA Wataru
2016-01-09
config: change enum value type to string for ease of configuration
ISHIDA Wataru
2016-01-09
tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang
ISHIDA Wataru
[next]