summaryrefslogtreecommitdiffhomepage
path: root/config
AgeCommit message (Expand)Author
2018-05-24server/server: Restart peers when capabilities are changedSatoshi Fujimoto
2018-05-10config: Enable to configure VRF via config fileIWASE Yusuke
2018-02-16config/default: Default value of route-reflector-cluster-idIWASE Yusuke
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2017-12-16config: Move some functions to util.goSatoshi Fujimoto
2017-12-16config/util: Refactor to make arguments to receiversSatoshi Fujimoto
2017-12-16table/policy: Support prefix representation in NeighborSetSatoshi Fujimoto
2017-11-24config: allow unconfigured peer ASNFUJITA Tomonori
2017-11-08config: Properly set config of PeerGroup memberSatoshi Fujimoto
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-07packet/bgp: Add Validation for BGP ConfederationsSatoshi Fujimoto
2017-11-07config: Pass Global Config to SetDefaultNeighborConfigSatoshi Fujimoto
2017-11-07*: Fix problems pointed by 'go vet'Satoshi Fujimoto
2017-11-02zclient: Enable to connect to FRRoutingIWASE Yusuke
2017-10-03mrt: Enable to dump MRT with Path IdentifierIWASE Yusuke
2017-10-03config/default: Set treat-as-withdraw to true as defaultSatoshi Fujimoto
2017-10-03config: add-paths structure per AFI-SAFIIWASE Yusuke
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-09-11config: Default TTL for ebgp-multihop and ttl-securityIWASE Yusuke
2017-08-24Fix incorrect default value of BMPMonitoringPolicyEiichiro Watanabe
2017-08-08config/default: Validation for "afi-safi-name"IWASE Yusuke
2017-08-08config/default: Avoid setting doubly defaults of neighborIWASE Yusuke
2017-08-08config/default: Fix unfilled "neighbors.afi-safis.config.enabled"IWASE Yusuke
2017-07-26config: Insert descriptions extracted from yang filesIWASE Yusuke
2017-07-26config: Use BmpServerConfig struct in BmpServerStateIWASE Yusuke
2017-07-24config/bgp_configs_test: Add test for config validationIWASE Yusuke
2017-07-13config/default: Reduce parsing CIDR stringIWASE Yusuke
2017-07-04support addpath recvISHIDA Wataru
2017-06-23config: TTL value for BGP packetsIWASE Yusuke
2017-06-23config: Add parameters for TTL SecurityIWASE Yusuke
2017-06-20peer: Set NeighborAddress before initializing dynamic peersSatoshi Fujimoto
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Option to enable Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-09config: Add counter for BMP statisticsIWASE Yusuke
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-06-05config: Initialize Graceful Restart StateSatoshi Fujimoto
2017-06-03config: Option to enable BMP Route MirroringIWASE Yusuke
2017-05-22server/peer: Number of filtered routes to advertiseIWASE Yusuke
2017-05-22config: Add interval seconds for BMP stats reportsIWASE Yusuke
2017-05-22bmp: Enable to specify all route monitoring policiesIWASE Yusuke
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-10*: support remove private asWataru Ishida
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-17config/bgp_configs: Constant for Local RIB in BMPIWASE Yusuke
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04config: enabled IPv4/IPv6 unicast for BGP unnumbered peer by defaultISHIDA Wataru