summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vty.c
Commit message (Expand)AuthorAgeFilesLines
* zebra: support FIB override routesTimo Teräs2016-02-261-0/+4
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-081-6/+6
* zebra: implement per-route mtu handlingTimo Teräs2015-12-081-0/+2
* Removal of 'show ip mroute'Donald Sharp2015-08-041-92/+0
* zebra: configure static routes in any VRFFeng Lu2015-06-021-116/+921
* zebra: show routes in a specified VRF or all VRFsFeng Lu2015-06-021-36/+1094
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-7/+11
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-021-19/+20
* zebra/vty: use prefix2str and unify show ip/ipv6 route codeTimo Teräs2015-06-011-298/+114
* zebra: don't print uninitialized string (3b02fe8)David Lamparter2015-03-071-1/+1
* zebra: mark multicast commands experimentalDavid Lamparter2015-02-061-0/+7
* zebra: add "show ip rpf" to get result of RPF lookupDavid Lamparter2015-02-061-5/+47
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-061-4/+72
* zebra: fix optional distance on static mrib routeDavid Lamparter2015-02-061-8/+31
* zebra: mrib: static route supportEverton Marques2015-02-061-15/+72
* Added show command to display only the routes in the RIB that does not count ...Dinesh G Dutt2014-11-111-0/+124
* zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commandsLu Feng2014-10-271-0/+4
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-4/+4
* zebra: implement NEXTHOP_FLAG_ONLINKChristian Franke2013-09-191-0/+9
* zebra: rework recursive route resolutionChristian Franke2013-09-191-105/+31
* zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip routeChristian Franke2013-08-061-2/+9
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-12/+12
* zebra: fix up compilation without rtadv/IPv6Joachim Nilsson2012-05-091-39/+34
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-021-2/+2
* zebra: Display uptime of Babel routes in show ip[v6] route.Juliusz Chroboczek2012-03-251-0/+4
* zebra: Removal of the following warning messagesG.Balaji2012-01-231-3/+2
* zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-0/+82
* lib: put route_types.txt to real useDavid Lamparter2011-12-131-63/+15
* [zebra] Fix vyatta bug 2814: Add "show ip route summary" command.Stig Thormodsrud2009-06-181-35/+86
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-2/+2
* [zebra] Trivial patches so we can compile when IPv6 is not enabledAndrew J. Schorr2007-05-301-29/+34
* [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-021-0/+158
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-66/+4
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-19/+15
* Fix "show ipv6 route <proto>" command.hasso2004-12-181-2/+2
* Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-7/+10
* Unbreak "show ip route" command.hasso2004-10-121-2/+2
* Compiler warnings fixes.hasso2004-09-261-1/+1
* Merge isisd into the Quagga's framework:jardin2003-12-231-2/+16
* 2003-07-15 Paul Jakma <paul@dishone.st>paul2003-07-151-37/+37
* IPv4 part of "make reject|blackhole routes work without nexthop|interface".hasso2003-05-281-4/+135
* Add back support for null0 interface blackhole routes.paul2003-05-251-25/+57
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-57/+345
* Initial revisionpaul2002-12-131-0/+1554