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
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-02-10
table: support sending/receiving EOR msg
ISHIDA Wataru
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2016-01-09
table: copy path-attr list before converting to as2 path
ISHIDA Wataru
2015-12-25
table: fix UpdatePathAttrs2ByteAs and UpdatePathAttrs4ByteAs
ISHIDA Wataru
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-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-09-08
*: kill bgp.NLRInfo and bgp.WithdrawnRoute
ISHIDA Wataru
2015-08-29
table: disable merging NLRIs if we don't have many NLRIs
FUJITA Tomonori
2015-08-29
table: merge NLRIs in one message in hard way
FUJITA Tomonori
2015-08-26
table: remove the limit of the number of packed NLRI in one message
FUJITA Tomonori
2015-08-24
pack multiple NLRIs into one BGP update message
FUJITA Tomonori
2015-08-12
table: remove unnecessary else if condition
ISHIDA Wataru
2015-07-22
mrt: support mrt dump
ISHIDA Wataru
2015-07-03
server: update path attrs when sending update msg out
ISHIDA Wataru
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