Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-23 | path: use MarshalJSON() declared in PathDefault | Hiroshi Yokoi | |
2015-04-22 | docs: update all the docs about the new CLI syntax | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-22 | docs: add CLI complete syntax link to README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-22 | doc: change cli syntax | Hiroshi Yokoi | |
2015-04-22 | docs: add cli command syntax document | Naoto Hanaue | |
2015-04-22 | api: update bash completion of cli client | Naoto Hanaue | |
2015-04-22 | scenario_test: support to the new cli client | Naoto Hanaue | |
2015-04-22 | api: change the command usage of cli client | Naoto Hanaue | |
2015-04-22 | unit_test: fix associated with the testify update | Naoto Hanaue | |
2015-04-17 | gobgp: fix showing neighbor info twice | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-17 | server: bug fix of REQ_LOCAL_RIB handling | ISHIDA Wataru | |
When route family is not supported for a peer's local rib, gobgpd dies with following message. $ gobgp show neighbor 10.0.0.1 local evpn > panic: interface conversion: interface is nil, not *api.Destination this patch fix this. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-16 | docs: add policy detail doc | Hiroshi Yokoi | |
2015-04-16 | scenario_test: fix README along with layout change | Hiroshi Yokoi | |
2015-04-16 | scenario_test: stop making /tmp/gobgp in the install process | Hiroshi Yokoi | |
2015-04-15 | table: sort peers/routes at client side instead of bgpd side | ISHIDA Wataru | |
peer/route sorting is for pretty priting. do it at the client side. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-15 | server: support EVPN path addition/deletion | ISHIDA Wataru | |
2015-04-15 | api: add a method to convert internal structs to protobuf structs | ISHIDA Wataru | |
- add ToApiStruct() for convertion of internal structs to protobuf structs to avoid ugly convertion by json.Marshal() && json.Unmarshal() - move grpc server code under /server instead of /api - update proto file to include more detailed path information Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-14 | scenario_test: route_server_ipv4_v6_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: bgp_router_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: route_server_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: call make_startup_file() | Hiroshi Yokoi | |
2015-04-14 | scenario_test: remove sleep and change an option of docker exec | Hiroshi Yokoi | |
2015-04-14 | scenario_test: add sleep | Hiroshi Yokoi | |
2015-04-14 | api: use gRPC instead of REST | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-11 | docs: add fig how policy works | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-10 | docs: add EVPN doc | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-09 | packet: fix EVPN MAC/IP Advertisement Route parser | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-09 | packet: fix EVPN parser/serializer | FUJITA Tomonori | |
Also add unit test. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-09 | packet: fix EVPNMulticastEthernetTagRoute Serialize() | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-09 | docs: add policy filter link to README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-09 | docs: add filter doc | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-08 | scerio_test: add build script of jenkins | Naoto Hanaue | |
2015-04-07 | docs: fix typo in README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-07 | docs: add the mailing list info to README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: change the order of docs in README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: CLI operations doc | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: update markdown title usage | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: add route-server doc | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: fix a broken link in README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | docs: add getting started doc link to README | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-06 | scenario_test: fix get_adj_rib | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-06 | docs: add getting-started | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-04 | api/server: add apis to add/delete routes to/from global rib | ISHIDA Wataru | |
add: curl -X POST -d prefix=10.0.0.0/24 http://localhost:8080/v1/bgp/global/ipv4 delete: curl -X DELETE -d prefix=10.0.0.0/24 http://localhost:8080/v1/bgp/global/ipv4 Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-04 | api: return error for invalid route family table | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-04 | gobgp: show http error when request failed | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-04 | gobgp: fix showing rib with a specific route family | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-04-04 | server: clone paths before storing to adj-rib-out | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-04 | server: remove nexthop field from Path struct and make Path.setNexthop public | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-04 | table: change Path.clone to copy path attributes and make it public | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-04 | table: fix bug of update msg creation | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> |