summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-02-261-2/+2
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-261-2/+110
* bgpd: wire up VPNv6 protocol processingLou Berger2016-02-261-1/+5
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-261-0/+1
* bgpd: Add support for timer commands with peer-group syntaxDaniel Walton2015-12-081-14/+14
* bgpd: Do not allow a timers connect of 0, this can hammer the CPUDaniel Walton2015-12-081-2/+2
* bgpd: Warn user that bgp is setting maximum-paths larger than MULTIPATH_NUMDonald Sharp2015-09-241-0/+10
* bgpd: allow using rtt in route-map's set metricTimo Teräs2015-05-201-0/+5
* *: use void * for printing pointersDavid Lamparter2015-04-211-1/+1
* bgpd: fix negative values in outputMilan Kocian2015-02-061-3/+3
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-18/+7
* bgpd: implement "next-hop-self all"Timo Teräs2014-06-251-7/+23
* *: nuke ^L (page feed)David Lamparter2014-06-041-84/+84
* bgpd: support TTL-security with iBGPPradosh Mohapatra2014-05-191-0/+6
* bgpd: add 'bgp bestpath as-path multipath-relax'Pradosh Mohapatra2014-05-151-0/+36
* bgpd: add replace-as modifier for BGP neighborAndrew Certain2012-11-301-4/+41
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-021-7/+5
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-021-1/+1
* Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-091-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
* | bgpd: Add new configuration cli for eBGP and iBGP multipath.Josh Bailey2011-07-201-0/+158
|/
* 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
* [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