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
2018-06-13
config: Change "RedistributeRouteTypeList" to []string
Satoshi Fujimoto
2018-06-05
config: Improve golint results
IWASE Yusuke
2018-06-05
config: Accept CLUSTER_ID as an integer value
IWASE Yusuke
2018-05-24
server/server: Restart peers when capabilities are changed
Satoshi Fujimoto
2018-05-10
config: Enable to configure VRF via config file
IWASE Yusuke
2018-02-16
config/default: Default value of route-reflector-cluster-id
IWASE Yusuke
2018-02-08
config: Option to disable best path selection
IWASE Yusuke
2018-01-24
*: Use strconv.ParseUint instead of strconv.Atoi()
IWASE Yusuke
2017-12-16
config: Move some functions to util.go
Satoshi Fujimoto
2017-12-16
config/util: Refactor to make arguments to receivers
Satoshi Fujimoto
2017-12-16
table/policy: Support prefix representation in NeighborSet
Satoshi Fujimoto
2017-11-24
config: allow unconfigured peer ASN
FUJITA Tomonori
2017-11-08
config: Properly set config of PeerGroup member
Satoshi Fujimoto
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-07
packet/bgp: Add Validation for BGP Confederations
Satoshi Fujimoto
2017-11-07
config: Pass Global Config to SetDefaultNeighborConfig
Satoshi Fujimoto
2017-11-07
*: Fix problems pointed by 'go vet'
Satoshi Fujimoto
2017-11-02
zclient: Enable to connect to FRRouting
IWASE Yusuke
2017-10-03
mrt: Enable to dump MRT with Path Identifier
IWASE Yusuke
2017-10-03
config/default: Set treat-as-withdraw to true as default
Satoshi Fujimoto
2017-10-03
config: add-paths structure per AFI-SAFI
IWASE Yusuke
2017-09-14
config: Introduce Family field into AfiSafiState
IWASE Yusuke
2017-09-11
config: Default TTL for ebgp-multihop and ttl-security
IWASE Yusuke
2017-08-24
Fix incorrect default value of BMPMonitoringPolicy
Eiichiro Watanabe
2017-08-08
config/default: Validation for "afi-safi-name"
IWASE Yusuke
2017-08-08
config/default: Avoid setting doubly defaults of neighbor
IWASE Yusuke
2017-08-08
config/default: Fix unfilled "neighbors.afi-safis.config.enabled"
IWASE Yusuke
2017-07-26
config: Insert descriptions extracted from yang files
IWASE Yusuke
2017-07-26
config: Use BmpServerConfig struct in BmpServerState
IWASE Yusuke
2017-07-24
config/bgp_configs_test: Add test for config validation
IWASE Yusuke
2017-07-13
config/default: Reduce parsing CIDR string
IWASE Yusuke
2017-07-04
support addpath recv
ISHIDA Wataru
2017-06-23
config: TTL value for BGP packets
IWASE Yusuke
2017-06-23
config: Add parameters for TTL Security
IWASE Yusuke
2017-06-20
peer: Set NeighborAddress before initializing dynamic peers
Satoshi Fujimoto
2017-06-16
server: Support Dynamic Neighbor
Satoshi Fujimoto
2017-06-16
config: Option to enable Dynamic Neighbor
Satoshi Fujimoto
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-06-09
config: Add counter for BMP statistics
IWASE Yusuke
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-06-05
*: Support Peer-Group Configuration
Satoshi Fujimoto
2017-06-05
config: Initialize Graceful Restart State
Satoshi Fujimoto
2017-06-03
config: Option to enable BMP Route Mirroring
IWASE Yusuke
2017-05-22
server/peer: Number of filtered routes to advertise
IWASE Yusuke
2017-05-22
config: Add interval seconds for BMP stats reports
IWASE Yusuke
2017-05-22
bmp: Enable to specify all route monitoring policies
IWASE Yusuke
2017-05-10
*: support replace-peer-as (aka as-override)
Wataru Ishida
2017-05-10
*: support remove private as
Wataru Ishida
2017-05-09
server: ignore routes when local AS is in AS_PATH
ISHIDA Wataru
2017-04-18
policy: send a withdrawal if export policy blocks an existing route
ISHIDA Wataru
[next]