summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/mrt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The MRT draft turned into RFC6396, adjust comment.claudio2019-12-311-2/+2
* Cleanup and fix some obvious shortcomings in the mrt dump code. Alsoclaudio2019-07-241-2/+2
* Some space fixes mentioned by benno@claudio2018-09-071-3/+3
* Switch to MSG_PROTOCOL_BGP4MP_ET formats for update and state mrt messages.claudio2018-07-171-5/+10
* Make it more clear what are subtypes and some more cleanup of theclaudio2011-09-191-11/+14
* Reorder the headerfiles a bit. Move the bgpd specific prototypes out ofclaudio2011-09-181-68/+8
* Implement new mrt table dump format as specified in draft-ietf-grow-mrt.claudio2011-09-171-4/+102
* Fix my usual typoclaudio2011-09-161-2/+2
* It is actually possible to dump IPv6 tables with "dump table" and notclaudio2010-06-041-3/+4
* Including bgpd.h in mrt.h is dumb.claudio2010-04-221-3/+1
* Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11.claudio2010-04-221-2/+4
* Better error handling when doing mrt dumps (e.g. when there is no more spaceclaudio2009-10-261-2/+2
* Unfuck mrt table dumps and plug a memory leak while there.claudio2009-06-291-4/+4
* Change the way we do mrt dumps in the rde (from the retarded only one dumpclaudio2009-06-051-1/+3
* Make mrt understand alternate RIB plus remove some other static rib references.claudio2009-06-041-1/+2
* Rework most of the RDE to allow multiple RIBs. This is mostly preparationclaudio2009-05-171-3/+3
* First big chunk of mrt rewrite. Simplifies code hopefully and fixes tableclaudio2009-03-191-28/+44
* Next step in mrt cleanup. Switch buf_write to a smarter version of itself.claudio2009-03-131-2/+2
* Move mrt code over to use the msgbuf way of queuing buffers instead of rollingclaudio2009-03-131-6/+4
* mrtd.net is no longer, prunemsf2007-05-301-5/+1
* Fix minor issues with IPv6 dumps and add a function for dumping the RIB tableclaudio2004-08-131-3/+11
* mrt dumps for cloned sessions did not work because the wrong address was used.claudio2004-08-111-3/+4
* The hole dance to close a mrt file after fd passing in the parent is notclaudio2004-07-281-2/+1
* fix some typosjaredy2004-07-131-2/+2
* Switch mrt dumping to fd passing. This gives some speed up when extensiveclaudio2004-07-031-37/+33
* Rewrite some parts of the mrt dump handling. It is no longer possible toclaudio2004-02-251-7/+11
* spacingderaadt2004-01-181-2/+2
* 2004 OK henning@claudio2004-01-061-2/+2
* Big overhaul of the mrt code.claudio2004-01-051-140/+197
* do not , after last element in an enumderaadt2004-01-021-2/+2
* typos from davidhenning2003-12-301-5/+5
* wrap read & write buffers for imsgs into a struct.henning2003-12-211-4/+4
* overhaul the write buffering code.henning2003-12-211-7/+11
* stylehenning2003-12-171-3/+2
* welcome, bgpdhenning2003-12-171-0/+235