summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-04-27server: support peer re-configurationISHIDA Wataru
2016-04-27server: fix not to modify Transport.ConfigISHIDA Wataru
2016-04-27config: don't take into account State struct in Equal()ISHIDA Wataru
2016-04-27config: make listen config struct aligned with open-config modelISHIDA Wataru
2016-04-27config: make route-target config struct aligned with open-config modelISHIDA Wataru
2016-04-26move NeighborPortNumber config to transport.ConfigFUJITA Tomonori
2016-04-26policy: don't apply policy when path is withdrawalISHIDA Wataru
2016-04-26table: flag IsWithdraw down after useISHIDA Wataru
2016-04-26test: enable pass multiple commands to vtysh()ISHIDA Wataru
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-25server: issue SOFT_RESET_IN when policy assignment is changedISHIDA Wataru
2016-04-24server: remove updatedPeerCh and policyUpdateChISHIDA Wataru
2016-04-24test: add BGPContainer.define_policy() and BGPContainer.assign_policy()ISHIDA Wataru
2016-04-24test/quagga: use vtysh instead of telnetISHIDA Wataru
2016-04-24test/gobgp: enhance policy configurationISHIDA Wataru
2016-04-23test: allow travis-ci failure on go1.4FUJITA Tomonori
2016-04-22config: fix bug of UpdateConfig()ISHIDA Wataru
2016-04-22server: sending SOFT_RESET_IN on all the peer after the policy changes with c...FUJITA Tomonori
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-21fsm: improve fsm state transition logISHIDA Wataru
2016-04-21policy: fix as-path match optimizationISHIDA Wataru
2016-04-21rpki: validate only when RPKI is enabledFUJITA Tomonori
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-21rpki: use the own AS number if asPath is emptyFUJITA Tomonori
2016-04-21rpki: delete roa validation stream APIFUJITA Tomonori
2016-04-21config: add set-next-hop optiontamihiro
2016-04-20policy: add test caseISHIDA Wataru
2016-04-20policy: check duplicated policy nameISHIDA Wataru
2016-04-20policy: don't allow same policy assigned twiceISHIDA Wataru
2016-04-20server: fix bug of policy assignmentISHIDA Wataru
2016-04-20cli: improve global commandISHIDA Wataru
2016-04-20server: support route-target constraintISHIDA Wataru
2016-04-20fsm: improve debug messageISHIDA Wataru
2016-04-20path: improve Path.String()ISHIDA Wataru
2016-04-20packet: fix encap nlri (add encap ipv6 nlri)ISHIDA Wataru
2016-04-20bgp: fix bug of NewEndOfRib()ISHIDA Wataru
2016-04-20policy: add unittest ParseCommunityRegexp()FUJITA Tomonori
2016-04-20Revert "policy: remove unnecessary regexp special charactor"tamihiro
2016-04-20fix community-set match all evaluation and remove regexp special chars from c...tamihiro
2016-04-20cli: fix wrong modStatement operationISHIDA Wataru
2016-04-20test: allow travis-ci failure on go1.3FUJITA Tomonori
2016-04-20test: support travis testing for a forked repoISHIDA Wataru
2016-04-19server: support prefix-limit re-configuration via configuration fileISHIDA Wataru
2016-04-19peer: remove redundant config structsISHIDA Wataru
2016-04-19config: use Equal() instead of reflect.DeepEqual()ISHIDA Wataru
2016-04-19config: generate Equal() methodISHIDA Wataru
2016-04-19server: fix bug of BgpServer.PeerDelete()ISHIDA Wataru
2016-04-19server: fix Peer.prefixLimitWarned to adapt with multi-protocolISHIDA Wataru
2016-04-19config/gobgpd: refactoringISHIDA Wataru