summaryrefslogtreecommitdiffstats
path: root/ripd
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ripd] Fix logic to send updates on all connected addresses.Andrew J. Schorr2006-04-282-31/+28
* ripd.c: correct bug that allowed route learnt through RIP to take precedence ...vincent2006-01-302-1/+8
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-192-1/+5
* [ripd] Fix verification of received MD5 authenticated packetspaul2006-01-172-23/+33
* 2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-304-56/+11
* 2005-10-28 Paul Jakma <paul.jakma@sun.com>paul2005-10-282-1/+6
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-252-6/+8
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-2512-233/+267
* 2005-10-17 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-192-0/+8
* 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-062-1/+24