summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-06-01server: fix active connection regressionISHIDA Wataru
2016-06-01server: support peering with ipv6 link local addressISHIDA Wataru
2016-06-01server/config: fix md5ed ipv6 active connectionISHIDA Wataru
2016-06-01test: test go example embeded in documentISHIDA Wataru
2016-06-01docs: another update for lib.mdISHIDA Wataru
2016-05-31server: avoid sending unnecessary udate messages with soft_reset_in for route...FUJITA Tomonori
2016-05-31test: check (*Path).Equal() is working correctlyISHIDA Wataru
2016-05-31docs: update lib.mdISHIDA Wataru
2016-05-31table: fix creation of update message from path with multiple NLRIsFUJITA Tomonori
2016-05-31cli: fix converting api.PathFUJITA Tomonori
2016-05-29table: use path Equal method in adj rather than homegrown funcitonFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-29Revert "table: fix to compare new best path with old best path"FUJITA Tomonori
2016-05-29table: make clear function to sort pathsFUJITA Tomonori
2016-05-29docs: fix typos in cli examplesFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-28config: handle entry's empty nameFUJITA Tomonori
2016-05-28config: fix misuse of pointersFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-26bgp: check buf length before parsing graceful-restart capabilityISHIDA Wataru
2016-05-26bgp: return NewMessageError instead of fmt.ErrorfISHIDA Wataru
2016-05-26docs: update go versionsFUJITA Tomonori
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru
2016-05-23table: fix UpdatePathAttrs() to obey RFC4684ISHIDA Wataru
2016-05-23policy: apply export-policy after normal path-attribute updatesISHIDA Wataru
2016-05-23vrf: fix rtc withdraw handlingISHIDA Wataru
2016-05-23server: improve log messageISHIDA Wataru
2016-05-23server: add missing call of processOutgoingPaths()ISHIDA Wataru
2016-05-23server: handle grpc Serve() errorFUJITA Tomonori
2016-05-21policy: apply export-policy after normal path-attribute updatesISHIDA Wataru
2016-05-21cli: include route-reflector/route-server infomation in Peer messageISHIDA Wataru
2016-05-20server: fix connectLoop() select loop not to blockISHIDA Wataru
2016-05-20server: fix connectLoop() goroutine leakISHIDA Wataru
2016-05-20server: make active md5ed socket nonblockingISHIDA Wataru
2016-05-20server: stringify FSM state in log messagesISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-18packet/bgp: add error handling in flowSpecIpProtoParser()ISHIDA Wataru
2016-05-18packet: add MarshalJSON method for FlowSpecUnknown structISHIDA Wataru
2016-05-18packet/bgp: refactor flowspec AFI(), SAFI() methodsISHIDA Wataru
2016-05-18packet/bgp: check flowspec nlri type orderingISHIDA Wataru
2016-05-18server: fix socket leak in DialTCPTimeoutWithMD5Sig()ISHIDA Wataru
2016-05-17server: fix wrong usage of zapiISHIDA Wataru
2016-05-17tools: support loading completion scripts when bash boots upISHIDA Wataru
2016-05-17zebra: make zebra config consistent with the restsFUJITA Tomonori
2016-05-16docs: update policy.mdISHIDA Wataru
2016-05-16server: fix a bug in handleGrpcGetPolicyAssignment()ISHIDA Wataru
2016-05-16cli: fix med formatingISHIDA Wataru
2016-05-16docs: add yabgp testing to evpnPeng Xiao