summaryrefslogtreecommitdiffstats
path: root/ripngd
Commit message (Expand)AuthorAgeFilesLines
* Comment out unused codeStephen Hemminger2009-02-091-0/+2
* Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-2716-585/+234
|\
| * Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-1316-585/+243
| |\
| | * [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-388/+0
| | * [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-2213-197/+214
| | * [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
| | * [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
| | * [ripd, ripngd] Remove useless code in rip_vty_out_uptime functionAndrew J. Schorr2007-04-272-3/+4
| | * Fix the display of some timers. (show ipv6 ripng and show ipv6 ripng status)Vincent Jardin2007-04-122-15/+10
| | * [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
| | * [ripngd] CID #72, remove unneeded NULL checkPaul Jakma2006-05-112-11/+14
| | * [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr.Paul Jakma2006-05-082-1/+7
* | | Use XCALLOCStephen Hemminger2008-08-182-7/+2
* | | Make command nodes staticStephen Hemminger2008-08-114-4/+4
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-312-2/+3
|\| |
| * | [daemons] Sanity check port number arguments before usepaul2008-05-291-1/+2
| * | [ripd, ripngd] Remove useless code in rip_vty_out_uptime functionajs2007-04-272-3/+4
| * | Fix the display of some timers. (show ipv6 ripng and show ipv6 ripng status)vincent2007-04-122-15/+10
| * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-151-1/+11
| * | [ripngd] CID #72, remove unneeded NULL checkpaul2006-05-112-11/+14
| * | [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr.paul2006-05-082-1/+7
| |/
| * [compiler] miscellaneous trivial compiler warning fixespaul2006-01-193-9/+10
| * 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-013-31/+21
| * 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
| * * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon.hasso2005-08-274-7/+14
| * 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>nonblocking_zclient_afterajs2005-04-112-2/+8
| * * prefix.[hc]: Pass argument to the inet6_ntoa by value making it morehasso2005-04-084-46/+51
| * 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-075-91/+68
| * * lib/prefix.[hc]: inet6_ntoa utility function copied fromquagga_pre_listloop_cleanuphasso2005-04-055-59/+53
| * 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-022-0/+6
| * * configure.ac, */Makefile.am: Fix previous commit. SNMP includeshasso2005-03-281-1/+1
| * 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-6/+6
| * 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-302-2/+10
| * 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-042-1/+6
| * 2004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-162-8/+15
| * 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-082-30/+34
| * 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-9/+9
| * 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-072-1/+5
| * 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-032-2/+10
| * Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.hasso2004-11-252-5/+14
| * 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-202-6/+6
| * - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul2004-11-021-0/+2
| * Fix help of "show debugging ripng" command.hasso2004-10-262-2/+6
| * Sync with changes in lib. Make more strings const.hasso2004-10-116-30/+36
| * Only warning left is the known lvalue problem in ripng_nexthop.c.hasso2004-10-087-20/+26
| * Compiler warnings fixes.hasso2004-09-263-9/+21
| * Remove usage of evil list and listnode typedefs.hasso2004-09-233-13/+17