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
2018-05-11
fix add-path with vrf-neighbor
FUJITA Tomonori
2018-05-07
table: remove key member in Path structure
FUJITA Tomonori
2018-05-07
table: remove uuid member in originInfo structure
FUJITA Tomonori
2018-05-07
table: remove VrfIds member in Path structure
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2018-04-25
Restore PathIdentifier for paths belonging to VRFs
David Barroso
2018-04-03
packet/bgp: Getter functions for AS segment
IWASE Yusuke
2018-04-03
packet/bgp: Remove length argument from NewEVPNNLRI
IWASE Yusuke
2018-02-16
table/path: Originator ID for locally generated paths
IWASE Yusuke
2018-02-13
packet/bgp: Remove raw binary field on PathAttribute
IWASE Yusuke
2018-02-06
table: replace time.Time struct with int64 in originInfo struct
FUJITA Tomonori
2018-02-06
table: change originInfo struct layout to reduce the size
FUJITA Tomonori
2018-01-23
fix breakage with the latest github.com/satori/go.uuid
FUJITA Tomonori
2017-11-26
cmd/neighbor: Refactor ShowRoute()
Satoshi Fujimoto
2017-11-24
packet/bgp: Sort FlowSpec rules when decoding/creating
IWASE Yusuke
2017-11-23
table: add attribute hash value to Path structure
FUJITA Tomonori
2017-11-07
table/path: Print Confederation AS_PATH segment Explicitly
Satoshi Fujimoto
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-01
Fix some spelling for spell checker's test
IWASE Yusuke
2017-10-30
table/path: net.IP.IsUnspecified() instead of isZero()
IWASE Yusuke
2017-08-02
table: allocate bitmap for path id dynamically
FUJITA Tomonori
2017-07-26
table: don't send OriginaterID or ClusterList attributes to non rr clients
FUJITA Tomonori
2017-07-26
table: assign local identifier to path
FUJITA Tomonori
2017-07-19
table: Include detailed information about RPKI in originInfo
Satoshi Fujimoto
2017-07-04
api/cli: support showing path-identifier
Wataru Ishida
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
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
[next]