index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
server
/
zclient.go
Age
Commit message (
Expand
)
Author
2018-05-29
zclient: Drop NextHop Tracking dampening feature
IWASE Yusuke
2018-05-23
zclient: Avoid flapping of nexthop reachability
IWASE Yusuke
2018-05-10
make Path objects in rib read-only
FUJITA Tomonori
2018-05-07
table: remove VrfIds member in Path structure
FUJITA Tomonori
2018-02-23
zclient: Avoid directly access to RIB
IWASE Yusuke
2018-01-26
server: resolve next-hop with FRR/Zebra for VRF routes
Aman Shaikh
2018-01-24
*: Use strconv.ParseUint instead of strconv.Atoi()
IWASE Yusuke
2017-11-02
zclient: Register all nexthops contained in RIBs
IWASE Yusuke
2017-11-02
zclient: Unregister uninterested nexthops
IWASE Yusuke
2017-11-02
zclient: Enable to connect to FRRouting
IWASE Yusuke
2017-11-01
Fix some typos found by spell checker
IWASE Yusuke
2017-09-06
zclient: Code inspection
IWASE Yusuke
2017-09-06
zebra/zapi: Define type for Zebra API message flags
IWASE Yusuke
2017-08-01
server: fix zclient to handle route messages without nexthop
FUJITA Tomonori
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-03-27
server/zclient: Retry Zebra message version negotiation
IWASE Yusuke
2017-03-06
server/zclient: Dampening for Nexthop Tracking
IWASE Yusuke
2017-03-06
server/zclient: Update nexthop state based on NEXTHOP_UPDATE
IWASE Yusuke
2017-03-06
server/zclient: Register nexthop for Nexthop Tracking
IWASE Yusuke
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2017-02-10
zebra: Process per-route MTU zebra message
Tatsushi Demachi
2016-11-29
zebra: add flags for recursive nexthop lookup if necessary
Wataru Ishida
2016-10-03
zebra: support passing vrf-id
Wataru Ishida
2016-10-01
server: support zebra protocol vrfid with vpnv4/vpnv6
FUJITA Tomonori
2016-09-29
Support of ZAPI version 3 (handles VRF ID).
kishiguro
2016-07-26
export Watch feature
FUJITA Tomonori
2016-07-22
zebra client uses the new Watch API
FUJITA Tomonori
2016-07-21
move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.go
FUJITA Tomonori
2016-06-10
server: remove restart() from watcher interface
ISHIDA Wataru
2016-06-06
server: support injecting multipath to zebra
ISHIDA Wataru
2016-06-06
server: refactoring for monitorbestchanged api. use watcher infra
ISHIDA Wataru
2016-06-06
server: refactoring for zebra related code use watcher infra
ISHIDA Wataru
2016-05-17
server: fix wrong usage of zapi
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-17
server: minor refactoring of zebra related code
ISHIDA Wataru
2016-02-27
ops: fix and integration the attribute name that indicates the route received...
Naoto Hanaue
2016-02-19
ops: maintenance of two-way route exchange
Naoto Hanaue
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2016-01-16
table: kill unused field medSetByTargetNeighbor
ISHIDA Wataru
2015-12-29
config: use viper and support multiple configuration formats
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-16
bmp: support post-policy routing monitoring
FUJITA Tomonori
2015-09-25
zebra: enable implicit withdrawal
ISHIDA Wataru
2015-09-08
*: kill bgp.NLRInfo and bgp.WithdrawnRoute
ISHIDA Wataru
2015-09-01
zebra: use original nexthop
Hiroshi Yokoi
2015-09-01
zebra: show metric and distance
Hiroshi Yokoi
2015-09-01
zebra: distribute routes from zebra
Hiroshi Yokoi
2015-08-26
zebra: just renaming
FUJITA Tomonori