summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* bgpd: improve "show ip bgp scan detail"Denis Ovsienko2011-08-091-2/+22
* bgpd: dismiss some zlookup checksDenis Ovsienko2011-08-081-32/+6
* bgpd: add "show ip bgp scan detail" commandDenis Ovsienko2011-08-051-15/+44
* bgpd: touch nexthop handling codeDenis Ovsienko2011-08-053-19/+15
* bgpd: use XCALLOC to allocate bgpd damp arrayStephen Hemminger2011-08-031-5/+1
* bgpd: Fix display of unsigned attributesWataru Tanitsu2011-08-011-9/+9
* bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-07-181-1/+5
* bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-07-173-8/+5
* bgpd: more SAFI fixesDenis Ovsienko2011-07-145-41/+22
* bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko2011-07-132-2/+2
* bgpd: consistent log msg format (BZ#565)heasley2011-07-121-5/+5
* bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-07-055-563/+195
* bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser errorPaul Jakma2011-07-041-12/+20
* bgpd: VTY string fixes for debug commandsDavid Ward2011-07-041-4/+3
* bgpd: fix handling of "Unsupported Capability"Dmitrij Tejblum2011-07-041-6/+0
* bgpd: fix community-list error message spellingDenis Ovsienko2011-07-041-3/+3
* bgpd: fix printed value of last-update timestampVladimir L Ivanov2010-10-211-1/+2
* bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-063-16/+16
* Set from even if binfo->extra is NULL.Greg Troxel2010-09-171-2/+3
* bgpd: fix handling of AS path dataChris Hall2010-08-093-90/+130
* bgpd: tighten bounds checking in RR ORF msg readerChris Hall2010-05-141-9/+40
* bgp: use monotonic clock for time of dayStephen Hemminger2010-01-157-46/+43
* bgpd: code cleanupStephen Hemminger2009-12-175-21/+4
* bgpd: compile warnings cleanupStephen Hemminger2009-12-104-75/+1
* lib: move check_bit into prefix common codeStephen Hemminger2009-12-091-31/+4
* bgpd: work around warning in assegments_parse()Denis Ovsienko2009-12-041-2/+5
* bgpd: fix md5 set on listen socketsStephen Hemminger2009-08-281-9/+10
* bgp: missing pieces from listener patchStephen Hemminger2009-08-131-10/+5
* bgp: compiler warning fixStephen Hemminger2009-08-131-2/+2
* bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'Paul Jakma2009-08-051-26/+28
* [bgpd] delete erroneous extra brace..Paul Jakma2009-07-301-1/+0
* bgpd: Workaround for invalid MBGP next hopMichael Lambert2009-07-301-0/+3
* bgpd/trivial: Fix indentation in previousPaul Jakma2009-07-282-35/+28
* bgpd: Allow inbound connections to non-default viewSteve Hill2009-07-281-7/+22
* bgpd: fd leak in bgpdSteve Hill2009-07-281-15/+33
* bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segmentVasilis Tsiligiannis2009-07-281-0/+4
* bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)Vasilis Tsiligiannis2009-07-283-0/+49
* bgpd: start listener on first instanceStephen Hemminger2009-07-283-94/+113
* bgpd: peer action table static/constStephen Hemminger2009-07-281-4/+4
* [bgpd] Restore ability of 'neighbor ... update-source' to take interface namePaul Jakma2009-07-271-2/+3
* [bgp] Fix nexthop reachability check on confederationsVasilis Tsiligiannis2009-07-211-0/+2
* [bgpd] fix typo made by paul in previous commitPaul Jakma2009-07-211-2/+2
* [bgpd] Avoid zombie accepted peer entriesTimo Teräs2009-07-211-0/+2
* [bgpd] Small buffer overrun in bgp_clear_node_queue_initNick Hilliard2009-07-211-2/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-1924-110/+435
* [bgpd] Fix compiler warnings related to MD5Chris Caputo2009-07-191-3/+3
* [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...'Paul Jakma2009-07-171-4/+7
* [bgpd] Log a debug/update warning if filters are configured but don't existPaul Jakma2009-06-261-7/+39
* [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'Tomasz Pala2009-06-241-8/+46
* [bgpd] review 32-bit AS-path hotfix for 0.99.12Denis Ovsienko2009-06-231-29/+52