summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2017-02-03*: Convert libzebra -> libfrrDonald Sharp
2017-02-01*: fix warning fallout from set_socket_pathDavid Lamparter
2017-01-26ripngd: Add vty_socket cli option to override the compiled-in location for th...Martin Winter
2016-12-20build: rename (2 of ?): route_types macrosDavid Lamparter
2016-12-20build: rename (1 of ?): configure.ac + preprocDavid Lamparter
2016-12-08*: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal
2016-11-25ripngd: fix drop of multicast membership when the interface is downRenato Westphal
2016-11-25ripngd: implement the "clear ipv6 ripng" vty commandRenato Westphal
2016-11-25ripngd: implement optional heuristic suggested by RFC 2080Renato Westphal
2016-10-19*: Consolidate routemap initializationDonald Sharp
2016-10-07*: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp
2016-10-07ripngd: add support for route tagsChristian Franke
2016-10-07*: Consistently support 32-bit route tagsChristian Franke
2016-10-03bgpd: add L3/L2VPN Virtual Network Control featureLou Berger
2016-09-26lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier
2016-09-26ripngd: code simplification for redistribution.Matthieu Boutier
2016-09-23Make route flags a 32bit fieldChristian Franke
2016-09-23lib: Check prefix length from zebra is sensiblePaul Jakma
2016-09-23Revert "Make route flags a 32bit field"Donald Sharp
2016-09-23Make route flags a 32bit fieldChristian Franke
2016-09-23*: remove dead codeRenato Westphal
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2016-09-19lib: migrate to new memory-type handlingDavid Lamparter
2016-08-19Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp
2016-08-18*: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma
2016-08-17Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot
2016-07-11all: add default log file if none are definedDon Slice
2016-06-08ripngd: allow to enable/disable the ECMP featureFeng Lu
2016-06-08ripngd: add ECMP supportFeng Lu
2016-06-08*: fix more initialisers (for BSD)David Lamparter
2016-06-07*: add/cleanup initialisersDavid Lamparter
2016-05-29Quagga: Fix code to use srandom/randomDonald Sharp
2016-06-03build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter
2016-06-03zebra, ripngd: remove ::/64 special-casingDavid Lamparter
2016-06-03build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter
2016-05-26ripng_nexthop: remove unused store to variablePaul Jakma
2016-05-25build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma
2016-04-27quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp
2016-04-08quagga: Remove iflist global variableDonald Sharp
2016-03-18quagga: delete interface from default table when moved to vrfDon Slice
2016-03-17Update ripng_zebra.cHongguang Li
2016-02-12Quagga: Support VRF unregister for clientsvivek
2016-02-11quagga: remove babelDaniel Walton
2016-02-11ripngd: Add missing systemd notificationsDonald Sharp
2016-02-10*: Modify protocols to have systemd integrationDonald Sharp
2016-01-26bgpd, ripngd, zebra: Remove duplicate PSIZE defineDonald Sharp
2015-11-23Quagga: Fixup some compile warningsDonald Sharp
2015-11-20Quagga: vrf_id not being set correctlyDonald Sharp
2015-11-03*: add VRF ID in the API message headerFeng Lu
2015-10-29*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu