summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2015-03-05config: validate route family configuraitonFUJITA Tomonori
2015-03-05tools: update example_toml.go for route family configuraitonFUJITA Tomonori
2015-03-05scenario_test: remove the template configuration file of gobgp and quagga to ...Naoto Hanaue
2015-03-05scenario_test: change generated by the program the configuration file of malf...Naoto Hanaue
2015-03-04config: fix attribute nameHiroshi Yokoi
2015-03-04scenario_test: update neighbor configurationHiroshi Yokoi
2015-03-03config: make a field name same to its type nameHiroshi Yokoi
2015-03-03utils: remove ordered dict libraryFUJITA Tomonori
2015-03-03tools: cosmetic fixes for README for yang pluginFUJITA Tomonori
2015-03-03tools: add README for yang pluginFUJITA Tomonori
2015-03-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-03-03tools: remove yang filesFUJITA Tomonori
2015-03-03tools: update pyang plugin for the change of the yang file's nameFUJITA Tomonori
2015-03-03pyang_plugin: remove unused codesHiroshi Yokoi
2015-03-03config: skip identity and use string as the data typeHiroshi Yokoi
2015-03-03pyang_plugin: use struct embedding if it's a child container.Hiroshi Yokoi
2015-03-03config: remove time.Time in BgpNeighborCommonStateTypeFUJITA Tomonori
2015-03-03config: remove starttime in BgpGlobalStateType structFUJITA Tomonori
2015-02-27server: implement softresetin and softresetFUJITA Tomonori
2015-02-27server: log warning when RouteRefresh but the capability wasn't advertisedFUJITA Tomonori
2015-02-27server: handle ROUTE_REFRESH only when the capability is advertizedFUJITA Tomonori
2015-02-25scenario_test: add --gobgp-log-debug optionHiroshi Yokoi
2015-02-25config: set default config value only when not specifiedFUJITA Tomonori
2015-02-25server: avoid duplicated logging (debug and warning) for notification messageFUJITA Tomonori
2015-02-25server: warning when sending notification messageFUJITA Tomonori
2015-02-25server: handle closed passiveConnCh channelFUJITA Tomonori
2015-02-24table: also sort adj-rib tables when marshaling as well as local-ribISHIDA Wataru
2015-02-24cli: pretty up State printingFUJITA Tomonori
2015-02-24cli: pretty up Up/Down printingFUJITA Tomonori
2015-02-24cli: show error if unsupported command is specifiedFUJITA Tomonori
2015-02-18table: use forked go-patriciaFUJITA Tomonori
2015-02-18server: clean up zero holdtimeFUJITA Tomonori
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-17scenario_test: add malformed test patternNaoto Hanaue
2015-02-16scenario_test: add retry routine in each testNaoto Hanaue
2015-02-16scenario_test: fix to restart the quagga after the docker container has becom...Naoto Hanaue