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
Age
Commit message (
Expand
)
Author
2015-04-27
table: make table.ProcessMessage a function
ISHIDA Wataru
2015-04-27
server: don't try to connect right after fsm state becomes active
ISHIDA Wataru
2015-04-25
table: add support for encapsulation nlri
ISHIDA Wataru
2015-04-17
server: bug fix of REQ_LOCAL_RIB handling
ISHIDA Wataru
2015-04-15
table: sort peers/routes at client side instead of bgpd side
ISHIDA Wataru
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
2015-04-14
api: use gRPC instead of REST
ISHIDA Wataru
2015-04-04
api/server: add apis to add/delete routes to/from global rib
ISHIDA Wataru
2015-04-04
server: clone paths before storing to adj-rib-out
ISHIDA Wataru
2015-04-04
server: remove nexthop field from Path struct and make Path.setNexthop public
ISHIDA Wataru
2015-04-04
server: use net.SplitHostPort
ISHIDA Wataru
2015-04-04
server: fix path originator check
ISHIDA Wataru
2015-04-03
server: show peers in the sorted order
FUJITA Tomonori
2015-04-02
server: go fmt fix
FUJITA Tomonori
2015-04-02
api: simplify adj-in/out json format
FUJITA Tomonori
2015-04-01
peer: make applyPolicies into peer's method
Hiroshi Yokoi
2015-03-25
server: support active connection
ISHIDA Wataru
2015-03-25
server: don't run fsm for global rib
ISHIDA Wataru
2015-03-24
policy: test policy existence
Hiroshi Yokoi
2015-03-24
policy: apply import/export policy
Hiroshi Yokoi
2015-03-20
peer: don't send back routes to the source.
ISHIDA Wataru
2015-03-20
api/cli: add show global command
ISHIDA Wataru
2015-03-20
peer: update pathattr for non-route-server client
ISHIDA Wataru
2015-03-20
server: add Global Rib to support normal BGP functionality
ISHIDA Wataru
2015-03-19
table: remove unnecessary distinction of paths
ISHIDA Wataru
2015-03-14
server: fix handing of a connection closed by peer
FUJITA Tomonori
2015-03-10
server: add helper function to send paths to siblings
FUJITA Tomonori
2015-03-09
server: handle the route family configuration mismatch with peer
FUJITA Tomonori
2015-03-08
server: adj-in/out supports route families rather than v4/v6
FUJITA Tomonori
2015-03-08
server: support multiple route familes per peer
FUJITA Tomonori
2015-03-07
rest: support show table with specified route family
FUJITA Tomonori
2015-03-06
server: remove rf in ServerMsg
FUJITA Tomonori
2015-03-06
table: NewTableManager takes route families
FUJITA Tomonori
2015-03-06
server: check route refresh afi and safi
FUJITA Tomonori
2015-03-06
table: remove RF from PeerInfo
FUJITA Tomonori
2015-03-03
update the whole code for the latest openconfig yang files
FUJITA Tomonori
2015-03-03
config: remove time.Time in BgpNeighborCommonStateType
FUJITA Tomonori
2015-02-27
server: implement softresetin and softreset
FUJITA Tomonori
2015-02-27
server: log warning when RouteRefresh but the capability wasn't advertised
FUJITA Tomonori
2015-02-27
server: handle ROUTE_REFRESH only when the capability is advertized
FUJITA Tomonori
2015-02-25
server: avoid duplicated logging (debug and warning) for notification message
FUJITA Tomonori
2015-02-25
server: warning when sending notification message
FUJITA Tomonori
2015-02-25
server: handle closed passiveConnCh channel
FUJITA Tomonori
2015-02-24
cli: pretty up State printing
FUJITA Tomonori
2015-02-18
server: clean up zero holdtime
FUJITA Tomonori
2015-02-17
peer: support hold time 0
Hiroshi Yokoi
2015-02-16
server: check the bgp message length before sending
FUJITA Tomonori
2015-02-16
peer: support enable/disable
Hiroshi Yokoi
2015-02-16
server: support discarded counters
FUJITA Tomonori
[next]