summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_open.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into euro_ix_bex23bChris Hall2012-03-231-1/+0
|\
| * bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma2012-03-041-5/+9
* | Merge commit 'quagga_0_99_20_1_release' into euro_ix_bex22bChris Hall2012-03-221-4/+10
|\ \
| * | bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma2012-03-081-5/+9
* | | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-11/+12
|\ \ \ | | |/ | |/|
| * | bgpd: fix parsing of graceful restart cap. (#663)Peter Pentchev2011-10-081-1/+1
| * | bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-3/+0
| * | bgpd: more SAFI fixesDenis Ovsienko2011-09-291-15/+6
| |/
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-8/+11
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-3/+12
* | Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-2/+2
* | Reworking of peer state handling.Chris Hall2010-07-191-28/+31
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-2/+5
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-1/+1
* | Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-10/+10
* | Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-73/+76
|/
* [BGP/cleanup] make message list in bgp_open constStephen Hemminger2009-06-181-4/+6
* [cleanup] Fix compile warningsStephen Hemminger2009-06-181-4/+5
* [bgpd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-131-1/+0
* [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-221-1/+1
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-0/+116
* [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixesPaul Jakma2007-09-181-1/+1
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-061-345/+427
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-7/+7
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-7/+7
* * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-021-8/+8
* * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighborhasso2005-02-011-29/+9
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-15/+15
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-2/+2
* Merge graceful restart capability display and some small fixes from Zebrahasso2004-05-211-3/+86
* Initial revisionpaul2002-12-131-0/+793