Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | add script to generate api/gobgp.pb.go | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-05 | update module dependency | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-04 | test: switch to module from dep completely | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-03 | docs: update BUILD.md for module support | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-02 | server: fix path validatoin result regression | FUJITA Tomonori | |
Somehow the state isn't updated. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-02 | add secondary-route feature for router server | FUJITA Tomonori | |
if an export policy rejects a selected route, try the next route in order until one that is accepted is found or all routes for the peer are rejected. the default is disabled. You can enable this feature in the following way: [neighbors.route-server.config] route-server-client = true secondary-route = true Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-02 | v2.3.0 | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-01 | server: fix passive-mode | FUJITA Tomonori | |
passive mode configuration is just ignored. Fixed it to work. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-29 | docs: update image of route server policy model | Nasato Goto | |
Corresponding to Single RIB structure. | |||
2019-03-29 | server: fix ListPath handle UseMultiPath option | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-26 | Implement evpn I-PMSI | JieJhih Jhang | |
2019-03-26 | fix same issues in other files | JieJhih Jhang | |
2019-03-26 | Use Itoa method instead sprintf | JieJhih Jhang | |
2019-03-26 | server: handle grpc listen failure as fatal error | FUJITA Tomonori | |
Fixed the bug to ignore grpc listen failure. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-25 | support BMP sysName and sysDescr configuration | JieJhih Jhang | |
2019-03-25 | travis: update go version to 1.12 | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-24 | server: broadcast BMPPeerDownMessage for peer deletion | FUJITA Tomonori | |
Sends peerdown message when a peer is de-condigured and down. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-24 | cmd/gobgp: fix RPKI result in neighbor policy command | Nasato Goto | |
2019-03-24 | fix race of peer deletion | FUJITA Tomonori | |
Fixed a race bug that causes the unittest failure. Also fixed StopBgp() to block until all the peers are deleted cleanly. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-24 | table: fix Path.SetLargeCommunities not to set vacant communities value | Nasato Goto | |
2019-03-21 | pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH len | Eiichiro Watanabe | |
2019-03-21 | pkg/packt/bgp: add test when receiving an update with invalid AS_PATH Length | Eiichiro Watanabe | |
2019-03-17 | Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN ↵ | Hitoshi Irino | |
(introduced from PR osrg#1992, commit 3a79ad3) from table_manager.go to zclient.go | |||
2019-03-16 | Fixed typos | zabio3 | |
2019-03-14 | pkg/server: fix global rib summary command | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-03-14 | contrib: update the service systemd | Robin Douine | |
2019-03-14 | cmd/gobgp: use sd_notify protocol to notify the status change to systemd | Robin Douine | |
2019-03-14 | Updating documet integrating with FRRouting and use of mpls-label-range-size. | Hitoshi Irino | |
2019-03-14 | Refactoring source code for BGP/MPLS L3VPN with ZAPI 6 | Hitoshi Irino | |
- Deleting receiveVrfId (which is introduced on 2 previous commit 90eeb5de870b95345650e3ee98741e040a0b6e93) from Path struct and Introducing pathVrf Map in zclient. - Recovering logic (which is changed on 1 previous commit acfd5bedb6d94775392200db597a5ac420b31b2e) to use assignMplsLabel in server.go. - Refectoring zclient's newIPRouteBody for deleating duplicate logic for IPv4 and IPv6. | |||
2019-03-14 | Fix bug using variable of zclient in AddVrf of server.go. | Hitoshi Irino | |
2019-03-14 | Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6 | Hitoshi Irino | |
- This commit aims to solve reported problem on issues #1611, #1648 and #1912 - Partial changes of this commit duplicate with changes on PR #1587 (not merged) and PR #1766 (not merged and already closed) - This commit is tested with only FRRouting version 6.0.2 (which uses Zebra API 6) - This commit fixes lack of LABEL_MANAGER_CONNECT_ASYNC for ZAPI6. (This bug is introduced on commit 2bdb76f2dcf24b891f2b6327a57c31b26463b2dd "Supporting Zebra API version 6 which is used in FRRouting version 6") | |||
2019-03-05 | doc: fix "del" command for removing a neighbor | Vincent Bernat | |
`gobgp neighbor delete` doesn't work. We need to use `gobgp neighbor del`. | |||
2019-03-02 | v2.2.0 | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2019-02-19 | docs: add v6 route example to lib | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2019-02-18 | docs: delete the description of obsolete mrt cli commands | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-02-18 | cmd/gobgp: fix non existing neighbor crash | FUJITA Tomonori | |
Fixes some crash bugs when non existing neighbor is specified. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-02-16 | cmd/gobgp: fix policy printing | FUJITA Tomonori | |
make policy printing same with v1.x Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2019-02-16 | [Doc #1968] Add NeighborSet Warning | Thomas Rosenstein | |
2019-02-15 | reset eor state on graceful-restart peer down | wanghonghao | |
2019-02-15 | [Fix #1972] Fix returning of double list size, half nil values | Thomas Rosenstein | |
2019-02-12 | [Fix #1967] Fix print statement | Thomas Rosenstein | |
2019-02-11 | doc: update BUILD.md | FUJITA Tomonori | |
the dep command isn't necessary now. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-02-09 | docs: README | FUJITA Tomonori | |
added 'Go Native BGP Library' section Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-02-08 | cmd/gobgp: make listing of prefix set identical to version 1.X | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-02-08 | Fix listing of prefix set in gobgp cli | Thomas Rosenstein | |
2019-02-03 | Fix spells for keywords (vrfid, labelnum) in sprintf line | Hitoshi Irino | |
2019-02-02 | Fix bug: processing MPLS label in nexthop update message | Hitoshi Irino | |
2019-02-01 | v2.1.0 | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-01-31 | Add BGP-LS usage example | Artur Makutunowicz | |
2019-01-30 | README: replace a remaining bluemix URL with now.sh | IWAMOTO Toshihiro | |
This complements the commit 9d906149. Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> |