summaryrefslogtreecommitdiffstats
path: root/ripngd
Commit message (Expand)AuthorAgeFilesLines
* quagga: Remove double read of streamDonald Sharp2016-03-111-1/+3
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-081-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-263-8/+8
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-273-4/+4
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-211-2/+2
* *: add VRF ID in the API message headerFeng Lu2015-06-033-43/+54
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-022-1/+3
* ripngd: allow to enable/disable the ECMP featureFeng Lu2015-05-273-5/+103
* ripngd: add ECMP supportFeng Lu2015-05-276-349/+459
* lib: fix "sockunion: add hash function" for BSD (9196caf)David Lamparter2015-05-201-11/+2
* *: fix more initialisers (for BSD)David Lamparter2015-04-211-1/+1
* build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
* *: add/cleanup initialisersDavid Lamparter2015-04-211-1/+1
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2015-02-141-18/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-4/+4
* ripng_nexthop: remove unused store to variablePaul Jakma2014-09-231-1/+0
* *: 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-132-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-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
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-193-9/+10