Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-27 | server: don't try to connect right after fsm state becomes active | ISHIDA Wataru | |
solves gobgpd <=> gobgpd connectivity problem. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-25 | table: add support for encapsulation nlri | ISHIDA Wataru | |
add encap end point route(10.0.0.1) with vni 20 $ gobgp global rib add 10.0.0.1 20 -a encap check it $ gobgp global rib -a encap Please specify one command of: add or del Network Next Hop AS_PATH Age Attrs *> 10.0.0.1 0.0.0.0 [64512] 00:00:01 [{Origin: IGP} {Encap: < VXLAN | color: 20 >}] Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-25 | bgp: add RFC5512 related message serializer/decoder | ISHIDA Wataru | |
RFC5512 is for tunnel information exchange between peers. This is used in EVPN/VXLAN usecase(draft-ietf-bess-evpn-overlay-01). Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-24 | config: add bgp-policy configuration | Hiroshi Yokoi | |
2015-04-24 | gobgp: fix typo | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-24 | gobgp: fix bug of sorting ipv6 neighbors | ISHIDA Wataru | |
use proper addrlen depending on peer's address family Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-23 | scenario_test: add ipv6 policy test | Hiroshi Yokoi | |
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> |