summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-03-31renamed: bgpd.go -> gobgpd/main.goFUJITA Tomonori
2015-03-31table: fix nexthop path attribute updating for normal BGPISHIDA Wataru
2015-03-29scenario_test: add non-route-server bgp scenario testISHIDA Wataru
2015-03-29scenario_test: kill duplicated codeISHIDA Wataru
2015-03-29scenario_test: add route server flagISHIDA Wataru
2015-03-29scenario_test: add option to specify exabgp_pathISHIDA Wataru
2015-03-29scenario_test: update gobgp configurationISHIDA Wataru
2015-03-29scenario_test: enable debug logging for quaggaISHIDA Wataru
2015-03-29scenario_test: fix typoISHIDA Wataru
2015-03-29.gitignore: ignore *.pycISHIDA Wataru
2015-03-25packet: fix mpreach nlri path attributeISHIDA Wataru
2015-03-25config: add default connect retry valueISHIDA Wataru
2015-03-25server: support active connectionISHIDA Wataru
2015-03-25server: don't run fsm for global ribISHIDA Wataru
2015-03-24policy: test policy existenceHiroshi Yokoi
2015-03-24policy: support ipv6 and add test codeNaoto Hanaue
2015-03-24policy: add example configs for import policyHiroshi Yokoi
2015-03-24policy: apply import/export policyHiroshi Yokoi
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-23tabele: remove unnecessary withdrawn route checkYuji Oshima
2015-03-22tools: fix bash completion scriptFUJITA Tomonori
2015-03-22add bash completion for gobgpcliFUJITA Tomonori
2015-03-21config: add evpn to the default address families to global ribFUJITA Tomonori
2015-03-21api: add EVPN route family supportYuji Oshima
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-21packet: fix EVPN route family NlriYuji Oshima
2015-03-20config: set PeerType defaultFUJITA Tomonori
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-20config: add 'Global.AfiSafiList' default valueISHIDA Wataru
2015-03-20api/cli: add show global commandISHIDA Wataru
2015-03-20peer: update pathattr for non-route-server clientISHIDA Wataru
2015-03-20server: add Global Rib to support normal BGP functionalityISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru
2015-03-14server: fix handing of a connection closed by peerFUJITA Tomonori
2015-03-12packet: add EVPN NLRI parser and serializerFUJITA Tomonori
2015-03-11config: use global-address-family-configurationHiroshi Yokoi
2015-03-11config: add routing-policy containersHiroshi Yokoi
2015-03-11table: IPv4_VPN route familyYuji Oshima
2015-03-10server: add helper function to send paths to siblingsFUJITA Tomonori
2015-03-10table: use github.com/tchap/go-patricia/patricia instead of our forkFUJITA Tomonori
2015-03-09scenario_test: specify address-family in the URL to get local-ribHiroshi Yokoi
2015-03-09server: handle the route family configuration mismatch with peerFUJITA Tomonori
2015-03-08server: adj-in/out supports route families rather than v4/v6FUJITA Tomonori
2015-03-08server: support multiple route familes per peerFUJITA Tomonori
2015-03-07rest: support show table with specified route familyFUJITA Tomonori
2015-03-07rest: clean up request handlingFUJITA Tomonori
2015-03-06server: remove rf in ServerMsgFUJITA Tomonori
2015-03-06table: NewTableManager takes route familiesFUJITA Tomonori
2015-03-06server: check route refresh afi and safiFUJITA Tomonori
2015-03-06table: remove RF from PeerInfoFUJITA Tomonori