summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-07-01server: use ToApiStruct() to get api structureISHIDA Wataru
2015-06-29doc: add a description of the med action to filter-detail.mdNaoto Hanaue
2015-06-29tool: update example_toml.goNaoto Hanaue
2015-06-26policy: add unit test for med action and bug fixNaoto Hanaue
2015-06-26policy: support med actionNaoto Hanaue
2015-06-26cli: add support of route filtering in show commandsISHIDA Wataru
2015-06-25server: don't block when broadcastingISHIDA Wataru
2015-06-25cli: handle json option for monitor commandsISHIDA Wataru
2015-06-25cli: add a command to monitor changes of neighbor stateISHIDA Wataru
2015-06-25server/api: add api to monitor changes of neighbor stateISHIDA Wataru
2015-06-25cli: add a command to monitor changes of best pathsISHIDA Wataru
2015-06-25server/api: add api to monitor changes of best pathsISHIDA Wataru
2015-06-25docs: add mrt documentISHIDA Wataru
2015-06-25gomrt: split parsing and sending into different goroutinesISHIDA Wataru
2015-06-25mrt: bug fix of decoding BGP4MPHeaderISHIDA Wataru
2015-06-23cli: update to auto-complete the element each policy subcommandNaoto Hanaue
2015-06-23cli: update to auto-complete the IP address of the neighborNaoto Hanaue
2015-06-23cli: update to the bash completion that was automatically generated using the...Naoto Hanaue
2015-06-23server: fix bug of not sending paths added/deleted through grpcISHIDA Wataru
2015-06-23table: use isLocal() to check if path is locally generatedISHIDA Wataru
2015-06-23table: add Equal() method to compare PeerInfoISHIDA Wataru
2015-06-21api: change ModPath() return value to Error from stream ErrorISHIDA Wataru
2015-06-21gomrt: add mrt route injectorISHIDA Wataru
2015-06-21gomrt: add mrt packet libraryISHIDA Wataru
2015-06-20packet: make routeFamilyPrefix public and give a better nameISHIDA Wataru
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