summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c
Commit message (Expand)AuthorAgeFilesLines
* Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-1/+152
* ex09: Fix "no ip community-list"ex09Chris Hall2010-12-211-2/+16
* 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
* | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-261-26/+0
|/
* [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-221-0/+26
* [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-211-0/+45
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-021-47/+47
* [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientPaul Jakma2008-07-021-1/+1
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-86/+89
* [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-061-3/+3
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-0/+10
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-141-2/+0
* [bgpd] expand vty help for neighbor ... update-sourcePaul Jakma2006-05-231-4/+8
* [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpdPaul Jakma2006-03-301-19/+180
* [bgpd] Add Clrng description to bgp summary state.Paul Jakma2006-02-211-0/+2
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.Paul Jakma2006-02-211-1/+1
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-12/+4
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-3/+1
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-091-2/+2
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-221-13/+105
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-65/+65
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueuspaul2005-06-011-3/+9
* * bgp_vty.c: Make "exit-address-family" work in IPv4 unicast addresshasso2005-04-091-1/+2
* * bgpd.texi: Document new "bgp bestpath as-path confed" command.hasso2005-04-081-0/+36
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-17/+17
* * bgp_vty.c: Deprecate "neighbor transparent-as" and "neighborhasso2005-02-021-12/+12