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
/
path.go
Age
Commit message (
Expand
)
Author
2017-06-01
Fix RouteDistinguisher parsing and VPNV6 VRF rib parsing
Lamanna
2017-05-10
*: support replace-peer-as (aka as-override)
Wataru Ishida
2017-05-10
*: support remove private as
Wataru Ishida
2017-05-10
table: Advertise local-pref set by import policy
Tatsushi Demachi
2017-04-27
server: avoid unnecessary path clone with route server
FUJITA Tomonori
2017-04-04
skip asn negotiation for BGP unnumbered peers
ISHIDA Wataru
2017-04-04
table: handle paths with IPv4 NLRI and IPv6 nexthop properly
ISHIDA Wataru
2017-04-04
table: fix bug of UpdatePathAttrs() with ipv6 link-local peer
ISHIDA Wataru
2017-03-06
table/path: Enable to stringify nexthop reachability
IWASE Yusuke
2017-03-06
table: Evaluate best path based on nexthop reachability
IWASE Yusuke
2017-01-22
api: add a UUID field to Path structure
Wataru Ishida
2016-11-04
support neighbor belongs to VRF
Wataru Ishida
2016-10-10
policy: support large-community match/action
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-09-30
server: add vrf support to bestpath watch
FUJITA Tomonori
2016-09-16
server/table: don't modify/delete path attributes for route server client
Wataru Ishida
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-21
fixed some misspell error
Peng Xiao
2016-07-21
move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.go
FUJITA Tomonori
2016-07-20
move gRPC-related code in path.go and destination.go to grpc_server.go
FUJITA Tomonori
2016-06-13
drop unknown optional non-transitive attributes
FUJITA Tomonori
2016-06-06
server/table: support bgp multipath
ISHIDA Wataru
2016-06-06
table: return default value(100) when local-pref attr doesn't exist
ISHIDA Wataru
2016-05-29
table: fix to compare new best path with old best path
FUJITA Tomonori
2016-05-25
policy: add local-pref action
ISHIDA Wataru
2016-05-23
add collector feature
FUJITA Tomonori
2016-05-23
table: fix UpdatePathAttrs() to obey RFC4684
ISHIDA Wataru
2016-04-27
server: fix not to modify Transport.Config
ISHIDA Wataru
2016-04-20
path: improve Path.String()
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-15
table: support advertising local route with specified nexthop via eBGP
ISHIDA Wataru
2016-03-02
table: use raw data for age instead of duration
FUJITA Tomonori
2016-03-02
api: add neighbor-ip field to grpc Path message
ISHIDA Wataru
2016-02-29
cli: delete duplicated code
FUJITA Tomonori
2016-02-29
config/server: support per-peer asn
ISHIDA Wataru
2016-02-27
ops: fix and integration the attribute name that indicates the route received...
Naoto Hanaue
2016-02-25
table: sort path attributes
FUJITA Tomonori
2016-02-24
cli: sort Flowspec components
FUJITA Tomonori
2016-02-24
table: sort Flowspec components
FUJITA Tomonori
2016-02-19
ops: maintenance of two-way route exchange
Naoto Hanaue
2016-02-12
table: fix gracefull restart regression
FUJITA Tomonori
2016-02-10
server: support graceful-restart helper-speaker behavior
ISHIDA Wataru
2016-02-10
table: support sending/receiving EOR msg
ISHIDA Wataru
2016-02-07
table: add source-asn and source-id to api struct
ISHIDA Wataru
2016-02-01
server: fix soft-reset-in to handle in-policy change properly
ISHIDA Wataru
2016-01-17
table: fix NewBitmap's size calculation
FUJITA Tomonori
2016-01-16
server: reduce number of path.Clone() call to reduce memory footprint
ISHIDA Wataru
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2016-01-16
table: kill unused field medSetByTargetNeighbor
ISHIDA Wataru
2016-01-09
config: change enum value type to string for ease of configuration
ISHIDA Wataru
[next]