summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon2018-07-031-2/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* *: fix coverity warnings - resource leaksRenato Westphal2017-10-241-6/+10
* ripngd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-2/+0
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-10/+10
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-5/+5
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-10/+10
* | ripngd: Fix possible memory leak of route_nodeDonald Sharp2017-10-101-0/+2
|/
* ripngd: fix clang warningVincent JARDIN2017-10-081-1/+1
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-3/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-4/+4
|\
| * *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-4/+4
* | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+2
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-5/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2381/+2295
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-14/+14
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-14/+14
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-7/+5
* | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-12/+7
* | *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-4/+4
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-27/+27
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-11/+11
* *: use vty_outlnQuentin Young2017-06-291-52/+44
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* Merge branch 'stable/3.0'David Lamparter2017-06-131-0/+3
|\
| * ripngd: fix packet buffer memleakQuentin Young2017-06-061-0/+3
| * Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-6/+6
* | ripngd: Fix missing newlines at end of help stringsDonald Sharp2017-05-281-3/+3
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-6/+6
* | *: update thread_add_* callsQuentin Young2017-05-091-5/+6
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-8/+6
|/
* *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-8/+8
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-4/+3
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-3/+0
* Merge branch 'stable/2.0'David Lamparter2016-12-081-3/+1
|\
| * *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-3/+1
* | lib, ripngd: clean up merge leftoversQuentin Young2016-12-061-1/+1
* | Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-061-3/+70
|\ \
| * | *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+2
| * | Merge branch 'stable/2.0'David Lamparter2016-12-051-3/+68
| |\|
| | * ripngd: implement the "clear ipv6 ripng" vty commandRenato Westphal2016-11-251-0/+50