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
2017-05-06
cli: speed up showing a specific defined-set
Wataru Ishida
2017-04-27
server: avoid unnecessary path clone with route server
FUJITA Tomonori
2017-04-27
table: avoid cloning path for withdraw
FUJITA Tomonori
2017-04-21
table: Fixed bug when looking up prefixes with a default route.
lspgn
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-04-04
server: fix bug of wrongly set <nil> to PeerInfo.LocalAddress
ISHIDA Wataru
2017-03-27
server: fix table query with shorter-prefixes option
FUJITA Tomonori
2017-03-21
Fix for gobgp global rib <ip>
Nils Juenemann
2017-03-19
table: handle IPv4-Mapped IPv6 Address as v6
FUJITA Tomonori
2017-03-06
table/table_manager: Enable to select paths with nexthop
IWASE Yusuke
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-02-24
policy: fix prefixset match about different families
FUJITA Tomonori
2017-02-17
table: fix DeletePolicyAssignment() crash with bogus input
FUJITA Tomonori
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2017-02-15
table: fix bug of adj-table accepted counter
ISHIDA Wataru
2017-01-22
api: add a UUID field to Path structure
Wataru Ishida
2016-12-15
policy: avoid crash when getting ext-community
Hiroshi Yokoi
2016-12-14
policy: allow using invert condition in statement
Hiroshi Yokoi
2016-11-29
zebra: add flags for recursive nexthop lookup if necessary
Wataru Ishida
2016-11-25
policy: fix bug of multi policy application
Wataru Ishida
2016-11-25
policy: fix bug of rpki validation condition
Wataru Ishida
2016-11-17
config: simplify route-disposition configuration
Wataru Ishida
2016-11-17
add go vet test
Wataru Ishida
2016-11-15
client: remove server package dependency
Wataru Ishida
2016-11-14
client: add golang client library
Wataru Ishida
2016-11-14
policy: fix bug of policy with multiple statements
Wataru Ishida
2016-11-12
table: use old best path instead of withdrawn paths
FUJITA Tomonori
2016-11-04
support neighbor belongs to VRF
Wataru Ishida
2016-11-03
remove label allocation completely
FUJITA Tomonori
2016-11-03
allow add local route with specific mpls label
FUJITA Tomonori
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-10-10
policy: support large-community match/action
Wataru Ishida
2016-10-09
policy: fix bug of handling multiple prefix-match with same IP prefix.
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-10-08
table: ensure compatibility with archs where int == int32
Vincent Bernat
2016-10-04
packet/bgp: fix handling of IPv4 mapped IPv6 prefixes
Wataru Ishida
2016-09-30
server: add vrf support to bestpath watch
FUJITA Tomonori
2016-09-30
api: add id to VrfRequest
FUJITA Tomonori
2016-09-28
table: MP_UNREACH_NLRI shouldn't carry any other path attributes
FUJITA Tomonori
2016-09-16
server/table: don't modify/delete path attributes for route server client
Wataru Ishida
2016-09-13
server/table: fix a bug of vrf route injection
Wataru Ishida
2016-09-13
table: fix route filtering with IP address
Wataru Ishida
2016-09-13
cli/table: support filtering of IPv4/IPv6 MPLS routes
Wataru Ishida
2016-08-25
table: add Best/MultiPath option to SelectOption
Wataru Ishida
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-25
server: fix RIB lookup with longer-prefixes option
Wataru Ishida
[next]