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
/
peer.go
Age
Commit message (
Expand
)
Author
2015-07-31
config: use the latest openconfig yang
Hiroshi Yokoi
2015-07-01
packet: add AS_PATH validator
Hiroshi Yokoi
2015-07-01
server: don't set ttl to 1 when peer type is iBGP
ISHIDA Wataru
2015-07-01
server: use pointer
Hiroshi Yokoi
2015-07-01
server: apply distribute filter only when route server client propagates routes
Hiroshi Yokoi
2015-07-01
server: gofmt
Hiroshi Yokoi
2015-07-01
policy: distribute policy
Hiroshi Yokoi
2015-07-01
table: refactor Path/Destination/Table struct
ISHIDA Wataru
2015-06-10
server: avoid to be blocked due to accepted conn passing
FUJITA Tomonori
2015-06-10
server: server goroutin can't access to outstanding directly
FUJITA Tomonori
2015-06-09
server: kill peerMsg
FUJITA Tomonori
2015-05-27
scenario_test: add policy test cases for new action and conditions
Hiroshi Yokoi
2015-05-26
cli: add the add/del commands to policy of neighbor
Naoto Hanaue
2015-05-26
cli: add the add/del commands to routepolicy
Naoto Hanaue
2015-05-19
cli: support the AsPathLength to display in routing policy
Naoto Hanaue
2015-05-19
cli: add the show command for routing policy of neighbor
Naoto Hanaue
2015-05-14
server: don't path information if path include the same AS number
FUJITA Tomonori
2015-05-11
server: don't path information to the same AS number peer
FUJITA Tomonori
2015-05-10
api/gobgp: show multiprotocol capabilities in detail
ISHIDA Wataru
2015-05-08
cli: show configured and negotiated holdtime and keepalive interval
FUJITA Tomonori
2015-05-01
table: add support for route target constraint nlri
ISHIDA Wataru
2015-04-27
server: clean up import filtering code
ISHIDA Wataru
2015-04-27
table: add AS loop detection
ISHIDA Wataru
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
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: fix path originator check
ISHIDA Wataru
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-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
[next]