summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-08-12table: remove unnecessary else if conditionISHIDA Wataru
2015-08-12bgp: use regexp.FindStringSubmatch() insead of regexp.FindSubMatch()ISHIDA Wataru
2015-08-12bgp: remove unused methodsISHIDA Wataru
2015-08-12server: fix typoISHIDA Wataru
2015-08-12server: add fsm state to debug messageISHIDA Wataru
2015-08-12server: store whole capabilities with the same cap codeISHIDA Wataru
2015-08-12api: kill protobuf Addressfamily structISHIDA Wataru
2015-08-11config: add structure to be used in the match of the validation result of rpkiNaoto Hanaue
2015-08-11doc: modify configuration exampleHiroshi Yokoi
2015-08-11config: cancel as-path-set-memberHiroshi Yokoi
2015-08-11config: insert gobgp-specific elements with augment statements defined in gob...Hiroshi Yokoi
2015-08-11doc: merge policy and filter-detailFUJITA Tomonori
2015-08-11doc: rename fileter.md to policy.mdFUJITA Tomonori
2015-08-11doc: update rs policy figure for in policy renamingFUJITA Tomonori
2015-08-11config: rename distributed-policy to in-policyNaoto Hanaue
2015-08-11doc: fix policy documentNaoto Hanaue
2015-08-10policy: kill unused codeFUJITA Tomonori
2015-08-10docs: update gobgp client syntax documentISHIDA Wataru
2015-08-10docs: update mrt documentISHIDA Wataru
2015-08-09server: support adminDown'ed peer startupFUJITA Tomonori
2015-08-09policy: make AS Path match regular expression work as quagga and ciscoFUJITA Tomonori
2015-08-08config: add the structure that holds the state of administrator operatingNaoto Hanaue
2015-08-08server: guard against nil pointer dereferenceISHIDA Wataru
2015-08-08*: kill protobuf path structureISHIDA Wataru
2015-08-08server: fix typoISHIDA Wataru
2015-08-08test: use test/lib for route_server_test and route_server_ipv4_v6_testISHIDA Wataru
2015-08-08server: support vrfISHIDA Wataru
2015-08-08api: add api to configure vrfISHIDA Wataru
2015-08-08api: change arguments name from neighbor_address to nameISHIDA Wataru
2015-08-06cli: change the parser of cli in accordance with the change of aspath conditionNaoto Hanaue
2015-08-06policy: support the match of consecutive AsPath and regular expressions to As...Naoto Hanaue
2015-08-06server: support to send notification to all peers when shutdownFUJITA Tomonori
2015-08-06config: don't crash when failing to reload config fileFUJITA Tomonori
2015-08-05server: fix commit mess upFUJITA Tomonori
2015-08-05config: change type of Prefix in the PrefixSetNaoto Hanaue
2015-08-05fix policy dynamic updateFUJITA Tomonori
2015-08-05table: clean upISHIDA Wataru
2015-08-05test: add scenario test for evpnISHIDA Wataru
2015-08-05server/table: support mac mobilityISHIDA Wataru
2015-08-05cli: support adding a path with route-target from cli commandISHIDA Wataru
2015-08-05packet: add helper function to create RT structISHIDA Wataru
2015-08-05packet: fix RouteDistinguisherFourOctetAS.String()ISHIDA Wataru
2015-08-05table: publicate Table.getDestination()ISHIDA Wataru
2015-08-05path: return Extendedcommunityinterface rathar than interface{}ISHIDA Wataru
2015-08-05api/packet: add evpn extended community structsISHIDA Wataru
2015-08-05doc: change documents associated with OpenConfig updateNaoto Hanaue
2015-08-05config: change the structure of Neighbor.RouteServer as the Neighbor.RouteRef...Naoto Hanaue
2015-08-05config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet a...Naoto Hanaue
2015-08-04scenario_test: add test in the case of setting only the prefix conditionNaoto Hanaue
2015-08-04server: fix 'accepted' number in peerFUJITA Tomonori