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
/
message.go
Age
Commit message (
Expand
)
Author
2015-07-01
table: refactor Path/Destination/Table struct
ISHIDA Wataru
2015-06-23
table: add Equal() method to compare PeerInfo
ISHIDA Wataru
2015-05-01
table: add support for route target constraint nlri
ISHIDA Wataru
2015-04-25
table: add support for encapsulation nlri
ISHIDA Wataru
2015-04-04
server: clone paths before storing to adj-rib-out
ISHIDA Wataru
2015-04-04
table: change Path.clone to copy path attributes and make it public
ISHIDA Wataru
2015-04-04
table: fix bug of update msg creation
ISHIDA Wataru
2015-03-24
policy: add prefix filter
Naoto Hanaue
2015-03-21
table: add EVPN route family support
Yuji Oshima
2015-03-20
peer: update pathattr for non-route-server client
ISHIDA Wataru
2015-01-09
table: disable update merging
FUJITA Tomonori
2015-01-07
message: disable merging updates for ipv6
FUJITA Tomonori
2015-01-07
table: fix UpdatePathAttrs2ByteAS
FUJITA Tomonori
2014-12-31
table: fix UpdatePathAttrs2ByteAs
FUJITA Tomonori
2014-12-31
server: merge bgp update messages if possible
FUJITA Tomonori
2014-12-31
table: fix 2byte AS peer helper functions
FUJITA Tomonori
2014-12-30
table: Path's getnlri, getpathattrs, getpathattr private
FUJITA Tomonori
2014-12-30
table: make path.Clone private
FUJITA Tomonori
2014-12-30
serve: move functions about path and bgp message to table/message.go
FUJITA Tomonori
2014-12-30
table: add helper functions to modify PathAttributes for 4 and 2 byte AS.
FUJITA Tomonori