summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2016-04-19cli: show prefix-limit configuration by `gobgp neighbor <neighbor-addr>`ISHIDA Wataru
2016-04-19fsm: improve log message when prefix-limit reachedISHIDA Wataru
2016-04-19table: add a test to check implicit withdrawal behavior with mod actionISHIDA Wataru
2016-04-19table: fix bug of holding flawed withdrawals in Destination structISHIDA Wataru
2016-04-19table: fix bug of incomplete withdrawal handlingISHIDA Wataru
2016-04-19server: fix comment typoShawn Smith
2016-04-19server: send local withdrawal paths regardless of path calculation resultISHIDA Wataru
2016-04-19GRPC: catch up with the latest GRPC interfaceFUJITA Tomonori
2016-04-19cli: stop showing rpki condition when it is not enabledISHIDA Wataru
2016-04-15more fixes on erring statementstamihiro
2016-04-13correct policy statementtamihiro
2016-04-12packet: create bmp packageFUJITA Tomonori