summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-314-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-262-6/+8
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-2612-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
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-013-30/+17
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-297-26/+128
* 2005-09-28 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-282-11/+16
* 2005-08-16 Paul Jakma <paul.jakma@sun.com>paul2005-08-163-51/+47
* 2005-06-03 Paul Jakma <paul.jakma@sun.com>paul2005-06-032-37/+41
* 2005-06-03 Paul Jakma <paul.jakma@sun.com>paul2005-06-032-57/+61
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>paul2005-06-022-9/+10
* 2005-05-29 Paul Jakma <paul@dishone.st>paul2005-05-292-3/+8
* Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.hasso2005-05-282-1/+6
* * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use senderhasso2005-05-262-2/+7