summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* ripngd: Add vty_socket cli option to override the compiled-in location for th...Martin Winter2017-01-251-2/+12
* build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-16/+16
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-3/+1
* ripngd: fix drop of multicast membership when the interface is downRenato Westphal2016-11-251-2/+2
* ripngd: implement the "clear ipv6 ripng" vty commandRenato Westphal2016-11-251-0/+50
* ripngd: implement optional heuristic suggested by RFC 2080Renato Westphal2016-11-251-3/+18
* *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+0
* *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-082-4/+0
* ripngd: add support for route tagsChristian Franke2016-10-084-8/+22
* *: Consistently support 32-bit route tagsChristian Franke2016-10-084-66/+28
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+1
* lib: Make distribute.c accepts both v4 and v6.Matthieu Boutier2016-09-261-9/+9
* ripngd: code simplification for redistribution.Matthieu Boutier2016-09-261-91/+25
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-1/+1
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* *: remove dead codeRenato Westphal2016-09-231-6/+0
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-194-0/+75
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+3
|\
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-183-8/+8
|/
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* ripngd: allow to enable/disable the ECMP featureFeng Lu2016-06-083-5/+103
* ripngd: add ECMP supportFeng Lu2016-06-086-351/+459
* *: fix more initialisers (for BSD)David Lamparter2016-06-081-1/+1
* *: add/cleanup initialisersDavid Lamparter2016-06-071-1/+1
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-2/+2
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2016-06-031-18/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-031-4/+4
* ripng_nexthop: remove unused store to variablePaul Jakma2016-05-261-1/+0
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-082-10/+10
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1
* Update ripng_zebra.cHongguang Li2016-03-181-1/+7
* Quagga: Support VRF unregister for clientsvivek2016-02-121-1/+1
* quagga: remove babelDaniel Walton2016-02-111-1/+0
* ripngd: Add missing systemd notificationsDonald Sharp2016-02-111-0/+3
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+1
* bgpd, ripngd, zebra: Remove duplicate PSIZE defineDonald Sharp2016-01-261-3/+0
* Quagga: Fixup some compile warningsDonald Sharp2015-11-232-2/+2
* Quagga: vrf_id not being set correctlyDonald Sharp2015-11-201-0/+1
* *: add VRF ID in the API message headerFeng Lu2015-11-043-44/+56
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-302-1/+3