summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-04-03packet/bgp: Return nil for invalid redirect IP addressIWASE Yusuke
2018-04-03packet/bgp: Initializer func for PMSI Tunnel ID typesIWASE Yusuke
2018-04-03packet/bgp: Avoid data races when serializingIWASE Yusuke
2018-04-03packet/bgp: Initializer func for EVPN NLRIsIWASE Yusuke
2018-04-03packet/bgp: Remove length argument from NewEVPNNLRIIWASE Yusuke
2018-04-03packet/bgp: Missing funcs to calc byte length of NLRIIWASE Yusuke
2018-04-03packet/bgp: Remove binary field of RouteDistinguisherIWASE Yusuke
2018-04-03bgp_race_test: Unit test to detect data racesIWASE Yusuke
2018-04-02README: Update list of docsIWASE Yusuke
2018-04-02*.md: Improvements for markdownlintIWASE Yusuke
2018-04-02travis: Introduce markdownlintIWASE Yusuke
2018-04-01GoBGP 1.30FUJITA Tomonori
2018-03-28cmd/*: Pass number of expected args to extractReserved()Satoshi Fujimoto
2018-03-28cmd/common: Specify number of expected argumentsSatoshi Fujimoto
2018-03-27server/server: Set rsRib to RS client in adding dynamic neighborSatoshi Fujimoto
2018-03-22Fix AddPath MarshallingOption bug.kishiguro
2018-03-20cmd/global: Refine parameter description in Help messageSatoshi Fujimoto
2018-03-20cmd/global: Add help messages for L3VPN and MPLSSatoshi Fujimoto
2018-03-19packet/bgp: make serialization of ipv4/v6 nlri goroutine-safeFUJITA Tomonori
2018-03-02GoBGP 1.29FUJITA Tomonori
2018-02-25docs: update gettting-startedFUJITA Tomonori
2018-02-23zclient: Avoid directly access to RIBIWASE Yusuke
2018-02-22packet/bgp: Return specified type value for UnknownExtendedIWASE Yusuke
2018-02-22packet/bgp: Flatten structure of OpaqueExtendedIWASE Yusuke
2018-02-22packet/bgp: Fix a typo of TunnelType stringIWASE Yusuke
2018-02-21table: fix handleMacMobility()FUJITA Tomonori
2018-02-21packet/bgp: Rename AigpTLV to AigpTLVInterfaceIWASE Yusuke
2018-02-19packet/bgp: Fix a typo of TunnelEncapSubTLVUnknownIWASE Yusuke
2018-02-18add golang 1.10 supportFUJITA Tomonori
2018-02-16config/default: Default value of route-reflector-cluster-idIWASE Yusuke
2018-02-16table/path: Originator ID for locally generated pathsIWASE Yusuke
2018-02-16cli: Support to advertise PMSI Tunnel AttributeIWASE Yusuke
2018-02-16cli: Display error reason for "rib add/del" commandsIWASE Yusuke
2018-02-16packet/bgp: Fix bitSize of ESI typeIWASE Yusuke
2018-02-13packet/bgp: Refactor TunnelEncapSubTLV structureIWASE Yusuke
2018-02-13packet/bgp: Missing String()/MarshalJSON() of PathAttribute subsIWASE Yusuke
2018-02-13packet/bgp: Remove raw binary field on PathAttributeIWASE Yusuke
2018-02-10flow_spec_test: Enhance test cases with ExaBGPIWASE Yusuke
2018-02-10test/lib/exabgp: Enable to get adj-RIB-{in,out}IWASE Yusuke
2018-02-10test/lib/exabgp: Use exabgpcli to add/del routesIWASE Yusuke
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-02-06table: Change type of BestPathReason to uint8IWASE Yusuke
2018-02-06table: replace time.Time struct with int64 in originInfo structFUJITA Tomonori
2018-02-06table: change originInfo struct layout to reduce the sizeFUJITA Tomonori
2018-02-02GoBGP 1.28FUJITA Tomonori
2018-02-01server: fix dynamic neighbor crashFUJITA Tomonori
2018-01-27scenario_test: Enable to try assertion several timesIWASE Yusuke
2018-01-27test/lib/gobgp: Adding routes without reloadingIWASE Yusuke
2018-01-27test/lib/Quagga: Use vtysh to add/del routesIWASE Yusuke
2018-01-26server: Avoid to delete received paths with DeletePath APIIWASE Yusuke