summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-233-4/+4
* lib: fix "sockunion: add hash function" for BSD (9196caf)David Lamparter2015-09-081-11/+2
* Add --enable-werror to configureDonald Sharp2015-07-261-1/+1
* When a route-map configuration is used to set the nexthop to a value, makeDonald Sharp2015-06-111-0/+6
* ripngd: ripngd-warnings.patchDonald Sharp2015-05-202-1/+3
* Per AFI redist registrationsDonald Sharp2015-05-201-17/+17
* Multi-Instance OSPF SummaryDonald Sharp2015-05-202-19/+23
* 'set metric -12' is broken in the parserDonald Sharp2015-05-201-8/+8
* Add support for route tagsDonald Sharp2015-05-201-4/+4
* *: nuke ^L (page feed)David Lamparter2014-06-047-21/+21
* ripd & ripngd: avoid the zero interface metricLu Feng2014-06-031-1/+1
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* ripngd: Replace redistribution strings with route_types.h defines.Matthieu Boutier2012-03-251-124/+74
* 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-2/+7
* ripngd: limit max of "timers basic" to 65535 as documentedUlrich Weber2011-12-131-21/+3
* IPv6 transport class suppportStephen Hemminger2011-10-171-0/+5
* ripngd: copy debug statements fix from ripdStephen Hemminger2011-03-122-17/+11
* ripngd: compiler warnings cleanupStephen Hemminger2009-12-102-23/+13
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [global] interface flags format warningsStephen Hemminger2009-07-281-5/+6
* [daemons/cleanup] Remove disabled log_mode argument support.Jeremy Jackson2009-06-181-6/+1
* [cleanup] Make command nodes staticStephen Hemminger2009-06-124-4/+4
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-122-7/+2
* [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-161-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
* [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>ajs2005-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>paul2005-04-075-91/+68
* * lib/prefix.[hc]: inet6_ntoa utility function copied fromhasso2005-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