summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-3/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-6/+6
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-12/+12
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-2/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ripd: Free leaked memory on shutdownDonald Sharp2017-09-211-0/+1
* Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-3/+3
|\
| * *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-3/+3
* | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+1
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+3
* *: reindent pt. 2whitespace / reindent2017-07-171-3/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-3408/+3347
* 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-6/+5
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-2/+2
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-39/+39
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-2/+2
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-68/+56
* *: simplify log message lookupQuentin Young2017-06-211-10/+10
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* *: update thread_add_* callsQuentin Young2017-05-091-7/+8
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-7/+6
* Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-041-5/+0
|\
| * *: snmp: convert into modulesDavid Lamparter2017-03-251-5/+0
* | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
|/
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-7/+7
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-4/+4
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-3/+0
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-2/+2
|\
| * ripd: Fix compile warningDonald Sharp2017-02-031-2/+2
* | *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-2/+1
* | ripd: add qobj registrationsDavid Lamparter2016-12-091-0/+6
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-91/+44
|\|
| * ripd: minor code simplificationRenato Westphal2016-11-251-21/+5
| * ripd: make use of the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-251-0/+1
| * ripd: fix race condition on input processingRenato Westphal2016-11-251-41/+9
| * ripd: fix the "neighbor" command.Renato Westphal2016-11-251-12/+7
| * ripd: add "none" option to the "ip rip receive version" commandRenato Westphal2016-11-251-9/+3
| * ripd: implement the "ip rip v2-broadcast" CLI commandRenato Westphal2016-11-251-4/+6
| * ripd: ignore request for RTEs from unknown address-familiesRenato Westphal2016-11-251-0/+3
| * ripd: reject authentication strings with zeros in the middleRenato Westphal2016-11-251-4/+10
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-2/+2
|\|
| * ripd: print md5 auth digest correctlyChristian Franke2016-10-211-2/+2
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-112/+46
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-2/+0