summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-231-33/+18
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-56/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-93/+88
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-6/+6
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+6
* | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
|/
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-29/+47
|\
| * build: non-recursive ripd & ripngdDavid Lamparter2017-08-044-29/+47
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-4/+0
|/
* ripngd: Fix failure returned with some debug commandsDonald Sharp2017-07-241-3/+3
* Revert "*: reindent pt. 2"David Lamparter2017-07-223-13/+7
* *: reindent pt. 2whitespace / reindent2017-07-173-7/+13
* *: reindentreindent-master-afterwhitespace / reindent2017-07-1715-5019/+4768
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-145-31/+31
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-135-31/+31
* | *: remove VTYNL, part 6 of 6David Lamparter2017-07-142-9/+7
* | *: 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-136-71/+71
|/
* ripngd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+9
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-292-12/+12
* *: use vty_outlnQuentin Young2017-06-296-125/+99
* *: 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: Let ripng announce interface turned on for usage.Donald Sharp2017-05-281-8/+5
* | ripngd: Fix missing newlines at end of help stringsDonald Sharp2017-05-282-5/+5
* | Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\ \
| * | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1516-64/+48
|/ /
* | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-6/+6
* | *: update thread_add_* callsQuentin Young2017-05-092-7/+9
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-094-18/+11
|/
* *: 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-152-3/+3
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-4/+3
* *: add frr_run()David Lamparter2017-03-081-12/+1
* *: add frr_config_fork()David Lamparter2017-03-081-52/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-072-104/+25
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-1/+1
|\
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-2/+12
|\|