summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-06-20packet: make getPathAttribute publicISHIDA Wataru
2015-06-20packet: flag down BGP_ATTR_FLAG_PARTIAL when validating flagsISHIDA Wataru
2015-06-20packet: handle RF_IPV4_MC, RF_IPV6_MC cases in routeFamilyPrefix()ISHIDA Wataru
2015-06-20packet: make debug message more helpfulISHIDA Wataru
2015-06-20packet: store path attr flag as type BGPAttrFlagISHIDA Wataru
2015-06-20packet: gofmtISHIDA Wataru
2015-06-18scenario_test: check gobgp container before remove in its preparationHiroshi Yokoi
2015-06-17docs: update cli-command-syntax.mdNaoto Hanaue
2015-06-17cli: add community subcommand to policy conditions and actionsNaoto Hanaue
2015-06-16cli: add aspath subcommand to policy conditionsNaoto Hanaue
2015-06-16cli: fix cli of policyNaoto Hanaue
2015-06-16cli: aggregate grpc communication interface associated with the policy to api...Naoto Hanaue
2015-06-16cli: add a flag to generate bash completion fileISHIDA Wataru
2015-06-16cli: use github.com/spf13/cobra instead of github.com/jessevdk/go-flagsISHIDA Wataru
2015-06-16server: check if local table exists for a neighborISHIDA Wataru
2015-06-16server: add error handling for grpcISHIDA Wataru
2015-06-12scenario_test: fix doesn't execute 'go build' and 'go get' if you don't speci...Naoto Hanaue
2015-06-10scenario_test: execute the cli command using the docker exec in testNaoto Hanaue
2015-06-10doc: fix indentationHiroshi Yokoi
2015-06-10doc: revise chart structureNaoto Hanaue
2015-06-10doc: add document for BgpConditions and BgpActionsHiroshi Yokoi
2015-06-10scenario_test: use docker stopHiroshi Yokoi
2015-06-10scenario_test: fix malformed testNaoto Hanaue
2015-06-10server: avoid to be blocked due to accepted conn passingFUJITA Tomonori
2015-06-10server: use write deadlineFUJITA Tomonori
2015-06-10server: clean up sendMessageloopFUJITA Tomonori
2015-06-10server: server goroutin can't access to outstanding directlyFUJITA Tomonori
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-06-09scenario_test: build gobgp only at the beginning of the policy scenario testHiroshi Yokoi
2015-06-09packet: fix labelDecodeSoramichi Akiyama
2015-06-09packet: fix PathAttributeAs4Aggregator serializationSoramichi Akiyama
2015-06-09scenario_test: remove code to get the latest exabgpHiroshi Yokoi
2015-06-04packet: fix IPAddressAS RD serializationSoramichi Akiyama
2015-06-02path: stop checking AS length in the AS4_PATH attributeHiroshi Yokoi
2015-06-02packet: return aspath length based on the segment type.Hiroshi Yokoi
2015-06-01cli: fix AS_PATH string formatHiroshi Yokoi
2015-05-28cli: change structure of the source fileNaoto Hanaue
2015-05-27policy: fix wrong reference to the modified pathHiroshi Yokoi
2015-05-27scenario_test: add policy test cases for new action and conditionsHiroshi Yokoi
2015-05-27server: fix File() misuse for md5 setsockoptFUJITA Tomonori
2015-05-26server: fix File() misuse for syscall's setsockoptFUJITA Tomonori
2015-05-26docs: add update docs about the new CLI syntaxNaoto Hanaue
2015-05-26cli: update bash_completion for commands of policyNaoto Hanaue
2015-05-26cli: add the add/del commands to policy of neighborNaoto Hanaue
2015-05-26cli: add the add/del commands to routepolicyNaoto Hanaue
2015-05-26cli: add the add/del commands to neighbor conditionNaoto Hanaue
2015-05-21policy: support community actionHiroshi Yokoi
2015-05-20config: change SetCommunity.Options's type to stringHiroshi Yokoi
2015-05-19policy: support community conditionHiroshi Yokoi
2015-05-19policy: support aspath conditionHiroshi Yokoi