summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-01-04cli: add CLI utilityFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2015-01-04packet: fixed type in constant.go file nameBrent Salisbury
2015-01-03server: fix PEER_MSG_PATH about rfFUJITA Tomonori
2015-01-03server: properly handle peer configured laterFUJITA Tomonori
2015-01-03server: merge eventCh and incoming channelsFUJITA Tomonori
2015-01-01server: clean up channel usage for network IOFUJITA Tomonori
2015-01-01server: move peerInfo to peer.go from fsm.goFUJITA Tomonori
2014-12-31table: fix UpdatePathAttrs2ByteAsFUJITA Tomonori
2014-12-31server: merge bgp update messages if possibleFUJITA Tomonori
2014-12-31server: handle peer not capable of four byte AS numberFUJITA Tomonori
2014-12-31table: fix 2byte AS peer helper functionsFUJITA Tomonori
2014-12-31table: use 4byte AS as internal data structureFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-30serve: move functions about path and bgp message to table/message.goFUJITA Tomonori
2014-12-30table: add helper functions to modify PathAttributes for 4 and 2 byte AS.FUJITA Tomonori
2014-12-30table: use Path as API instead of destinationFUJITA Tomonori
2014-12-27packet: BGPCapabiltyCode cleanupFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori
2014-12-27support IPv6_UC route familyFUJITA Tomonori
2014-12-26packet: improve PathAttributeCommunities JSON output againFUJITA Tomonori
2014-12-25packet: improve PathAttributeCommunities JSON outputFUJITA Tomonori
2014-12-25table: update path struct JSON formatFUJITA Tomonori
2014-12-25packet: support pretty PathAttribute JSON printingFUJITA Tomonori
2014-12-25packet: define BGPPathAttr typeFUJITA Tomonori
2014-12-25rest: use []byte instead of interface{} for REST responseFUJITA Tomonori
2014-12-25rest: kill unused codeFUJITA Tomonori
2014-12-25server: update state and counter properlyFUJITA Tomonori
2014-12-25rest: kill RestResponse interfaceFUJITA Tomonori
2014-12-25server: support /neighbors URLFUJITA Tomonori
2014-12-25rest: use interface{} for REST responseFUJITA Tomonori
2014-12-25table: make table json prettierFUJITA Tomonori
2014-12-25rest: specify content-typeHiroshi Yokoi
2014-12-25peer: add MarshalJSON functionHiroshi Yokoi
2014-12-25rest: support local-rib URLFUJITA Tomonori
2014-12-25api: fix REST API URL comments againFUJITA Tomonori
2014-12-25api: fix REST API coomentsFUJITA Tomonori
2014-12-25table: add MarshalJSON to Destination and TableFUJITA Tomonori
2014-12-25table: add MarshalJSON() to Path structFUJITA Tomonori
2014-12-24tools: support for gobgp on hostFUJITA Tomonori
2014-12-24tools: simplify AS number usageFUJITA Tomonori
2014-12-25tools: use docker --rm optionFUJITA Tomonori
2014-12-25tools route-server-docker.sh: wait for the container completionFUJITA Tomonori
2014-12-24tools: add instruction for route server envFUJITA Tomonori
2014-12-24tools: fix route-server-docker.shFUJITA Tomonori
2014-12-24tools: fix docker command in route-server-docker.shFUJITA Tomonori
2014-12-24tools: route-server-docker.sh needs osrg/gobgp at dockerhubFUJITA Tomonori
2014-12-24tools: config/route-server-docker.sh -> route-server/route-server-docker.shFUJITA Tomonori
2014-12-24tools: config/quagga-rsconfig.go -> route-server/quagga-rsconfig.goFUJITA Tomonori