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
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
2017-04-17
config/bgp_configs: Constant for Local RIB in BMP
IWASE Yusuke
2017-04-04
skip asn negotiation for BGP unnumbered peers
ISHIDA Wataru
2017-04-04
config: enabled IPv4/IPv6 unicast for BGP unnumbered peer by default
ISHIDA Wataru
2017-03-27
config/default: Fix the default for Zebra.Config.Version
IWASE Yusuke
2017-03-06
config: update yang file
FUJITA Tomonori
2017-03-06
config: Config values for Nexthop Tracking with ZClient
IWASE Yusuke
2017-01-16
config: Detect config file type automatically
IWASE Yusuke
2016-11-25
config: fix bug of default rpki port setting
Wataru Ishida
2016-11-17
config: simplify route-disposition configuration
Wataru Ishida
2016-11-14
config/api: create admin-state type
Wataru Ishida
2016-11-14
client: add golang client library
Wataru Ishida
2016-11-14
config: add json tag for config structures
Wataru Ishida
2016-11-14
config: use struct type instead of []byte for capability and open msg
Wataru Ishida
[next]