summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with handling of oversize BGP messagesex24bChris Hall2012-05-071-1/+2
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-203/+78
|\
| * lib: put route_types.txt to real useDavid Lamparter2011-12-131-193/+76
| * bgp: use VTY_GET_INTEGER_RANGE() in bgp_clear()Ulrich Weber2011-12-131-9/+1
| * bgpd: spellingDenis Ovsienko2011-09-271-1/+1
* | Fix broken prefix-list handling in bgpdChris Hall2012-02-291-15/+25
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-1028/+973
* | Merge branch 'pipework' of /git/quagga.euro-ix into euro_ix_bChris Hall2011-09-051-30/+51
|\ \
| * | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-30/+51
* | | Updated the "symbol table" and added AVL treeChris Hall2011-08-261-15/+22
|/ /
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-17/+65
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-17/+65
| |\|
| | * bgpd: refine the setting up of GTSMStephen Hemminger2011-03-281-4/+13
| | * bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-16/+5
| | * bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-231-6/+56
| | * bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-211-0/+151
| | * bgpd: fix community-list error message spellingDenis Ovsienko2010-12-081-3/+3
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-1/+152
* | | Update pipework and improve memory reporting.Chris Hall2011-07-211-17/+20
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-1/+152
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-63/+97
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-131-34/+43
* | | Merge branch 'master' into pipework -- sync with ex09Chris Hall2010-12-211-4/+5
|\| |
| * | ex09: Fix "no ip community-list"ex09Chris Hall2010-12-211-2/+16
* | | Creation of pipework branchChris Hall2010-12-211-5/+18
|/ /
* | Avoid creating neighbor with same address as another.Chris Hall2010-07-301-0/+3
* | Introduce "rs-in" route-maproot2010-07-281-2/+15
* | Reworking of peer state handling.Chris Hall2010-07-191-34/+76
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-4/+3
* | First beta releaseChris Hall2010-04-061-9/+8
* | Use vty_set_node() to change node type.Chris Hall2010-03-161-1/+1
* | Major updateChris Hall2010-03-161-26/+32
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-2/+2
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-2/+3
* | In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-011-0/+2
* | Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-15/+22
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-7/+7
* | Reduce peer FSM now that session handled elsewhere. Wire up statuspaulo2010-01-221-0/+3
* | Fix debuggery in qtimers. Check NULL notify pointer in bgp_vtypaulo2010-01-201-1/+1
* | Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-3/+5
* | Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+1
* | Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-261-306/+331
|/
* [bgpd] Restore ability of 'neighbor ... update-source' to take interface namePaul Jakma2009-07-271-2/+3
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-3/+15
* [bgpd] Fix 'update-source' command: It doesn't accept interface namesPaul Jakma2009-06-221-2/+2
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-7/+7
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-10/+10
* [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* Merge branch 'restricted-mode'Paul Jakma2008-09-041-0/+30
|\
| * [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-0/+30