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
/
table
Age
Commit message (
Expand
)
Author
2016-01-09
config: change enum value type to string for ease of configuration
ISHIDA Wataru
2016-01-09
tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang
ISHIDA Wataru
2016-01-09
table: copy path-attr list before converting to as2 path
ISHIDA Wataru
2016-01-06
policy: remove heavy debug msg
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-26
add MOD_PATH API
FUJITA Tomonori
2015-12-25
table: fix UpdatePathAttrs2ByteAs and UpdatePathAttrs4ByteAs
ISHIDA Wataru
2015-12-24
policy: fix insufficient nil check
ISHIDA Wataru
2015-12-22
table: fix the number of accepted
FUJITA Tomonori
2015-12-17
bmp: fix post-policy bmp message creation
FUJITA Tomonori
2015-12-16
table: always try to merge NLRIs to one message
FUJITA Tomonori
2015-12-15
api: refactor afisafi api
ISHIDA Wataru
2015-12-08
table: remove useless table owner member
FUJITA Tomonori
2015-12-08
table: remove unused DeletePathsforPeer()
FUJITA Tomonori
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-12-02
make adj-rib implementation more clear and efficient
ISHIDA Wataru
2015-12-02
table: improve implicitWithdraw()
FUJITA Tomonori
2015-12-02
table: sort all known paths instead of just selecting best
ISHIDA Wataru
2015-11-18
rpki: fix IPv4-mapped addresss handling
FUJITA Tomonori
2015-11-13
use the same timestamp for bmp and mrt updates
FUJITA Tomonori
2015-11-12
table: fix how to mark a path as best in ToApiStruct()
ISHIDA Wataru
2015-11-09
server: move peerInfo from peer to fsm
FUJITA Tomonori
2015-11-08
table: fix local-pref handling for external peer
ISHIDA Wataru
2015-11-08
table: use a local configured med/local-pref path-attr if exists
ISHIDA Wataru
2015-10-27
server: fix RPKI verification to handle ASPATH ATTR TYPE properly
FUJITA Tomonori
2015-10-27
server: fix radix key bug in rpki test
FUJITA Tomonori
2015-10-24
policy: use radix-tree for prefix-list matching
ISHIDA Wataru
2015-10-24
policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elems
ISHIDA Wataru
2015-10-24
policy: speed up as-path matching
ISHIDA Wataru
2015-10-21
policy: add missing arg
Hiroshi Yokoi
2015-10-21
policy: add field keys
Hiroshi Yokoi
2015-10-21
server: remove peer's getBests method
FUJITA Tomonori
2015-10-21
table: make AdjRib API take slice of RouteFamily
FUJITA Tomonori
2015-10-21
table: store the list of route family in TableManager
FUJITA Tomonori
2015-10-20
policy: name statement automatically also via grpc
ISHIDA Wataru
2015-10-20
policy: avoid null pointer dereference
ISHIDA Wataru
2015-10-20
api: stop using raw flag values and define grpc dedicated flags
ISHIDA Wataru
2015-10-20
policy: fix how to apply policy to follow openconfig description
ISHIDA Wataru
2015-10-20
policy: remove debug log
Hiroshi Yokoi
2015-10-20
api: support policy assignment modification via grpc
ISHIDA Wataru
2015-10-20
policy: name statement automatically when name is not given
ISHIDA Wataru
2015-10-20
api: support policy modification via grpc
ISHIDA Wataru
2015-10-20
api/cli: refactor api to retrieve policy
ISHIDA Wataru
2015-10-20
cli: support statement configuration
ISHIDA Wataru
2015-10-20
api: support statement modification via grpc
ISHIDA Wataru
2015-10-20
api/cli: add api to retrieve statements and support showing them via cli
ISHIDA Wataru
2015-10-20
cli: support defined-set configuration
ISHIDA Wataru
2015-10-20
api: support defined set modification via grpc
ISHIDA Wataru
2015-10-20
policy: another cleanup
ISHIDA Wataru
[next]