summaryrefslogtreecommitdiffstats
path: root/ripd
Commit message (Expand)AuthorAgeFilesLines
* make some structures constant.Stephen Hemminger2014-11-031-1/+1
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-13/+0
* ripd: allow to enable/disable the ECMP featureLu Feng2014-09-153-5/+102
* ripd: add ECMP supportLu Feng2014-09-154-355/+442
* ripd: use only one constant for derivationLu Feng2014-07-022-2/+2
* *: nuke ^L (page feed)David Lamparter2014-06-048-36/+36
* ripd & ripngd: avoid the zero interface metricLu Feng2014-06-031-1/+1
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* ripd: correctly redistribute ifindex routes (BZ#664)David Lamparter2013-04-091-2/+3
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* ripd: clear sockaddr_in before usingNick Hilliard2012-09-251-0/+1
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-0/+12
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* ripd: add babel for redistribution.Matthieu Boutier2012-03-251-1/+2
* fix zebra protocol after MP-BGP changesDenis Ovsienko2012-01-231-0/+2
* build: delete .cvsignore filesDenis Ovsienko2011-12-131-14/+0
* quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-131-1/+7
* lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-09-271-12/+5
* ripd: resolve debug statements issue (bug 442)Andrew J. Schorr2011-02-242-16/+9
* ripd: fix compiler warningsStephen Hemminger2009-12-104-8/+17
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [global] interface flags format warningsStephen Hemminger2009-07-281-5/+6
* ripd: set IP TOS for control socketStephen Hemminger2009-07-271-0/+3
* [ripd] Ignore non-running interfaces in rip statusStephen Hemminger2009-06-181-0/+3
* [cleanup] Make command nodes staticStephen Hemminger2009-06-124-4/+4
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-124-24/+7
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-5/+9
* [ripd] Fix metrix in call to rip_zebra_ipv4_deleteKrisztian Kovacs2009-06-021-1/+1
* Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
* [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-1217/+0
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-2/+3
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+3
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+14
* [ripd] Fix mistaken empty string testPaul Jakma2008-05-292-1/+5
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
* [ripd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-133-2/+6
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-6/+6
* [ripd, ripngd] Remove useless code in rip_vty_out_uptime functionAndrew J. Schorr2007-04-272-3/+4
* Fix the display of route timeout in "show ip rip". (Use thread_timer_remain_s...Vincent Jardin2007-04-112-2/+7
* [ripd] Fix "show ip rip status" display of time until next updateAndrew J. Schorr2007-03-212-13/+9
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-123-14/+23
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
* [ripd] bug #293: routemap set metric doesn't check for underflow correctlyPaul Jakma2006-09-112-1/+4
* [ripd] bug #278: remove gratuitous use of mid-function declarationPaul Jakma2006-09-112-2/+8
* [ripd] update to use auto-generated redistribute route-type defsPaul Jakma2006-06-302-56/+30
* [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updatesPaul Jakma2006-05-043-108/+131