summaryrefslogtreecommitdiffhomepage
path: root/table/message.go
AgeCommit message (Expand)Author
2016-05-31table: fix creation of update message from path with multiple NLRIsFUJITA Tomonori
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-02-10table: support sending/receiving EOR msgISHIDA Wataru
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2016-01-09table: copy path-attr list before converting to as2 pathISHIDA Wataru
2015-12-25table: fix UpdatePathAttrs2ByteAs and UpdatePathAttrs4ByteAsISHIDA Wataru
2015-12-17bmp: fix post-policy bmp message creationFUJITA Tomonori
2015-12-16table: always try to merge NLRIs to one messageFUJITA Tomonori
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-09-08*: kill bgp.NLRInfo and bgp.WithdrawnRouteISHIDA Wataru
2015-08-29table: disable merging NLRIs if we don't have many NLRIsFUJITA Tomonori
2015-08-29table: merge NLRIs in one message in hard wayFUJITA Tomonori
2015-08-26table: remove the limit of the number of packed NLRI in one messageFUJITA Tomonori
2015-08-24pack multiple NLRIs into one BGP update messageFUJITA Tomonori
2015-08-12table: remove unnecessary else if conditionISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-03server: update path attrs when sending update msg outISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-23table: add Equal() method to compare PeerInfoISHIDA Wataru
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-04server: clone paths before storing to adj-rib-outISHIDA Wataru
2015-04-04table: change Path.clone to copy path attributes and make it publicISHIDA Wataru
2015-04-04table: fix bug of update msg creationISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-20peer: update pathattr for non-route-server clientISHIDA Wataru
2015-01-09table: disable update mergingFUJITA Tomonori
2015-01-07message: disable merging updates for ipv6FUJITA Tomonori
2015-01-07table: fix UpdatePathAttrs2ByteASFUJITA Tomonori
2014-12-31table: fix UpdatePathAttrs2ByteAsFUJITA Tomonori
2014-12-31server: merge bgp update messages if possibleFUJITA Tomonori
2014-12-31table: fix 2byte AS peer helper functionsFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-30serve: move functions about path and bgp message to table/message.goFUJITA Tomonori
2014-12-30table: add helper functions to modify PathAttributes for 4 and 2 byte AS.FUJITA Tomonori